# 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