Releases: marella/gpt4all-j
Releases · marella/gpt4all-j
0.2.5
Changes
- Add support for keeping the previous context
0.2.4
Changes
- Add support for LangChain
0.2.3
Changes
- Add
repeat_penalty
, repeat_last_n
options
0.2.2
Changes
- Add precompiled libs for Apple silicon without AVX/AVX2 support
0.2.0
Changes
- Add separate libs for AVX and AVX2
- Add callback support for
model.generate()
model.generate()
now returns only the generated text without the input prompt