HuggingFaceFW/finewiki
Viewer • Updated • 61.6M • 8.68k • 321
How to use theofdanny/sora2-for-free 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(
"theofdanny/sora2-for-free"
)Base model
MiniMaxAI/MiniMax-M2
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "theofdanny/sora2-for-free" )