LLPSense / requirements.txt
Minjun Kang
update feature
62a01bd
Raw
History Blame Contribute Delete
312 Bytes
# sdk: gradio spaces build from this file only (Dockerfile is not used)
torch
spaces
transformers>=5.0.0
sentencepiece # ProtT5 tokenizer backend
# Inference
xgboost==2.0.3
scikit-learn
joblib
h5py # cached example T5 features in assets/
# Gradio demo
gradio>=4.0.0
numpy
scipy
matplotlib