Files
iolai26-solve/requirements.txt
ModelHub XC 5b016c1af1 初始化项目,由ModelHub XC社区提供模型
Model: rpant/iolai26-solve
Source: Original Platform
2026-07-28 09:36:12 +08:00

16 lines
560 B
Plaintext

# Inferred from the official eval notebook (iolai-2026-workshop, cell 2):
# pip install -q -U transformers accelerate datasets sacrebleu gptqmodel "numpy==2.2.6"
# The submission sandbox provides the runtime (older transformers preinstalled);
# these pins are for reproducing the Colab test environment.
transformers
accelerate
gptqmodel # loader for AWQ/GPTQ checkpoints (harmless otherwise)
numpy==2.2.6
# --- notebook-eval only (not needed by script.py at inference) ---
datasets
sacrebleu
# --- local dev only ---
pandas
huggingface_hub
pyarrow