work1 / requirements.txt
txh17's picture
Update requirements.txt
9579639 verified
raw
history blame contribute delete
623 Bytes
APScheduler
black
datasets
gradio[oauth]
gradio_leaderboard==0.0.13
gradio_client
huggingface-hub>=0.18.0
matplotlib
python-dateutil
tqdm
tokenizers>=0.15.0
sentencepiece
gradio==4.38.1 # As indicated by `sdk_version` in README and general usage
transformers==4.42.0 # Current stable version, crucial for models and pipelines
torch==2.3.1 # For PyTorch backend of transformers (or specify cpu-only if applicable)
pandas==2.2.2 # Used for creating DataFrames for tables
plotly==5.22.0 # For generating interactive plots (radar and bar charts)
numpy==1.26.4 # Often a dependency of pandas/plotly, good to include explicitly