Instructions to use sallywww/codeLLaMA_oneStep_fuzzTargets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sallywww/codeLLaMA_oneStep_fuzzTargets with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "sallywww/codeLLaMA_oneStep_fuzzTargets") - Notebooks
- Google Colab
- Kaggle
File size: 127 Bytes
fbd8c55 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
size 48
|