How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="DanielClough/Candle_phi-1", trust_remote_code=True)
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("DanielClough/Candle_phi-1", trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained("DanielClough/Candle_phi-1", trust_remote_code=True)
Quick Links

This repo includes .gguf built for HuggingFace/Candle. They will not work with llama.cpp.

Refer to the original repo for more details.

Downloads last month
174
GGUF
Model size
1B params
Architecture
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

16-bit

Inference Providers NEW