Instructions to use forestai/fireact_codellama_7b_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use forestai/fireact_codellama_7b_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/nas_home/cs2175/models/CodeLlama-7b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "forestai/fireact_codellama_7b_lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
7833cf2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e7b8cc13150e0aa54e442041891053c2d0fc97d92f93e2e36ab283a6c098902c
size 16822989
|