v0.0.129
· One min read
What's Changed
- updated pypdf by @shouryashashank in https://github.com/Predacons/predacons/pull/48
Full Changelog: https://github.com/Predacons/predacons/compare/v0.0.128...v0.0.129
Full Changelog: https://github.com/Predacons/predacons/compare/v0.0.128...v0.0.129
New Features
text_stream
and chat_stream
for enhanced streaming functionality.Bug Fixes
New Features
text_stream
and chat_stream
for enhanced streaming functionality.Bug Fixes
Introduced a new keyword argument dont_print_output in the chat generation function for improved output management. Version Updates
# load model with auto_quantize
model = predacons.load_model(model_name,auto_quantize="4bit")
model = predacons.load_model(model_path=model_id, gguf_file=gguf_file)
tokenizer = predacons.load_tokenizer(model_id, gguf_file=gguf_file)
predacons.chat_generate
method to generate chat responses using trained models.predacons.chat_generate
method to generate chat responses using trained models.