Instructions to use hf-100/llama-4-checkpoint-temp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hf-100/llama-4-checkpoint-temp with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("axolotl-quants/Llama-4-Scout-17B-16E-Linearized-bnb-nf4-bf16") model = PeftModel.from_pretrained(base_model, "hf-100/llama-4-checkpoint-temp") - Notebooks
- Google Colab
- Kaggle
Gated model You can list files but not access them
Preview of files found in this repository