issues
search
Pan-ML
/
panml
PanML is a high level generative AI/ML development and analysis library designed for ease of use and fast experimentation.
MIT License
114
stars
16
forks
source link
Wz/feature/add lora
#49
Closed
wanoz
closed
1 year ago
wanoz
commented
1 year ago
Change Summary
added LoRA model training and loading (LoRA implementation is based on example documentation in:
https://huggingface.co/blog/peft
)
added Bloom and more GPT-Neo models
fixed minor speling errors in readme
updated requirements.txt to include Python package: peft, as required for LoRA
updated setup.py
Change Summary