Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 338 Bytes

falcon-tools

Tools to run and finetune falcon models

To run the code:

# if you are using AMD gpu, install bitsandbytes from https://github.com/Lzy17/bitsandbytes-rocm

pip install -r bitsandbytes

# Model inferecne
python inference.py

# Model finetune
python finetune.py

# You could change your model in both codes.