Cosmere_Codex / requirements.txt
Maxluria's picture
Shim is_torch_fx_available instead of pinning transformers down
7b3f3c2
Raw
History Blame Contribute Delete
284 Bytes
gradio
spaces
# Keep transformers current (Gradio 6.18 needs huggingface-hub>=1.0, which the
# old 4.56 line conflicts with). MiniCPM's bundled code expects an older symbol
# (is_torch_fx_available) that we shim in app.py instead of downgrading.
transformers>=4.51.0
torch
accelerate