Instructions to use Adwitasingh/llama-python-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Adwitasingh/llama-python-test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-1B-Instruct") model = PeftModel.from_pretrained(base_model, "Adwitasingh/llama-python-test") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
3f2fc9f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f045428d9fdfe27838e9be5e528fa5e85915d6018f9c78ece6b515268614540c
size 22573704
|