fka/prompts.chat
Viewer • Updated • 2.09k • 34.1k • 9.78k
How to use EMILIA01/Emilia with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub
models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
"EMILIA01/Emilia"
)Base model
deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "EMILIA01/Emilia" )