Instructions to use hiyouga/Llama-2-70b-AQLM-2Bit-QLoRA-function-calling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hiyouga/Llama-2-70b-AQLM-2Bit-QLoRA-function-calling with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("BlackSamorez/Llama-2-70b-AQLM-2Bit-1x16-hf") model = PeftModel.from_pretrained(base_model, "hiyouga/Llama-2-70b-AQLM-2Bit-QLoRA-function-calling") - Notebooks
- Google Colab
- Kaggle
just for curiosity
9
#1 opened about 2 years ago
by
prudant