YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
DeepSeek Math - GGUF Optimisé
Ce modèle est optimisé pour une exécution rapide en CPU et compatible avec llama.cpp et ctransformers.
🛠️ Utilisation
from ctransformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained(
"ton_utilisateur_HF/deepseek-math-gguf", model_file="model.gguf"
)
response = model("Que vaut 2 + 2 ?")
print(response)
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support