Skip to content

Releases: instructlab/instructlab

v0.16.1

07 Jun 19:46
2920e00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

31 May 15:43
1198c23
Compare
Choose a tag to compare

Breaking Changes

  • Validate the existence of the model specified in --model by @cdoern in #1102
    • This change requires either rerunning ilab init or manually editing your config.yaml and replacing the following

      model: merlinite-7b-lab-Q4_K_M

      should become

      model: models/merlinite-7b-lab-Q4_K_M.gguf

Other Changes

New Contributors

Full Changelog: v0.15.1...v0.16.0

v0.15.1

23 May 18:28
125420d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

14 May 19:12
b7ae887
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

30 Apr 18:41
8c2b870
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

29 Apr 20:49
3e7a7a1
Compare
Choose a tag to compare

Upgrade Notes

If you are running ilab straight from a git clone, you must initialize git submodules for this release to work as intended.

git submodule update --init

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.14.0

v0.13.1

19 Apr 20:23
76e00bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

10 Apr 15:23
d66680c
Compare
Choose a tag to compare

What's Changed

  • fix: clarify initialize lab instructions by @mairin in #825
  • Adds maintainers.md file and links to community repo maintainers file by @stevsmit in #830
  • Adds security advisory link to community repo by @stevsmit in #832
  • Get system prompt from a single source by @derekhiggins in #824
  • Add TLS settings for connecting to hosted model by @hickeyma in #828
  • Use the taxonomy schema to validate taxonomy yaml files by @bjhargrave in #776
  • Adds governance file and links to community repo's governance document by @stevsmit in #839
  • cli: Fix regression in call to list_models() by @russellb in #840
  • cli-readme:style guideline updates by @JoeAldinger in #829
  • fix: regression in train command when single source system prompt added by @hickeyma in #843
  • schema: Remove code no longer needed since we schema validate yaml by @bjhargrave in #841

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

06 Apr 01:06
5e69c06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0 Knowledge Support

04 Apr 05:57
36506b3
Compare
Choose a tag to compare

What's Changed

  • Feature/knowledge doc git by @shahfasal in #768
  • Multi-doc support for knowledge contributions by @aartij22 in #771
  • fix: run the temp server with an available port by @leseb in #744
  • fix: Improve diff and taxonomy YAML logging by @rafvasq in #756
  • Allow lab test to run without a training run by @russellb in #765
  • fix: properly propagate errors when temp server fails to start by @leseb in #758
  • fix: reduce client timeout while attempting to connect to server by @leseb in #742
  • Introduce Makefile that automates container builds by @alinaryan in #622
  • Add test state badge to README.md by @khaledsulayman in #779
  • Allow multiple file patterns for knowledge docs by @anik120 in #781
  • add langchain for chunking by @aartij22 in #772
  • pin llama_cpp_python to 0.2.55 by @anik120 in #789
  • Knowledge doc submissions will have schema with patterns by @anik120 in #791
  • Add cov-report term to see coverage when tests run by @markstur in #793
  • Knowledge doc chunking follow up by @anik120 in #792

New Contributors

Full Changelog: v0.11.0...v0.12.0