Instructions to use bilkultheek/ColdLLamaLite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bilkultheek/ColdLLamaLite with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ahxt/LiteLlama-460M-1T") model = PeftModel.from_pretrained(base_model, "bilkultheek/ColdLLamaLite") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
4ba2f26 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8334fa9ce17038b2414505a8ab1b8bee86712df9f453e5b1bfbab728eb30131b
size 19673632
|