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