Skip to content

Releases: Pan-ML/panml

v1.0.8

08 Jul 11:30
4caaeaa
Compare
Choose a tag to compare

What's changed

v1.0.7

17 Jun 04:38
ced524f
Compare
Choose a tag to compare

What's changed

@wanoz

  • rename of attribute variable for vectors store and minor key update
  • updated setup.py

v1.0.6

15 Jun 12:37
cadd2af
Compare
Choose a tag to compare

What's changed

@wanoz

  • added vector search option to return doc index

v1.0.5

13 Jun 12:17
335c2f5
Compare
Choose a tag to compare

What's changed

@wanoz

  • fixed PEFT LoRA fine tuning model load and inference
  • minor variable update
  • display max context tokens length on model load

v1.0.4

11 Jun 23:53
41f94c2
Compare
Choose a tag to compare

What's changed

@wanoz

  • fixed prompt chain for OpenAI LLM

v1.0.3

11 Jun 00:53
04be890
Compare
Choose a tag to compare

What's changed

@wanoz

  • fixed output_dir in trainer to use trainer arg for seq2seq trainer
  • update setup.py

v1.0.2

10 Jun 13:36
f9c3741
Compare
Choose a tag to compare

What's changed

@wanoz

  • updated tokenizer to set with proper pad token
  • suppress fast tokenizer warning upon setting tokenizer prior to training

v1.0.1

10 Jun 00:04
46e4dca
Compare
Choose a tag to compare

What's changed

@wanoz

  • fixed issue with tokenzier padding not set and not saved
  • updated setup.py

v1.0.0

08 Jun 13:08
3440b07
Compare
Choose a tag to compare

What's changed

Major release

@wanoz

  • added text generation streaming for OpenAI
  • refactored import dependencies to manage package imports related to each base level LLM class
  • refactored folder structure to reduce one middle layer
  • refactored default LoRA argument values
  • fixed LoRA exception catching variable
  • minor update in readme
  • added RedPajama 7b models
  • added Dolly models
  • updated setup.py to increment to major change

v0.0.25

05 Jun 12:55
1d6ae5b
Compare
Choose a tag to compare

What's changed

@wanoz

  • added loRA methods for fine tuning
  • added Bloom and more GPT-Neo variants models
  • minor comments update
  • minor fix of missing type hinting in ModelPack's model_args argument
  • minor update of readme intro wording
  • fixed spelling mistakes in error message