Install runtime deps inside HF Jobs launcher
Browse files
eval/news_summarization/launch_hf_job.py
CHANGED
|
@@ -137,6 +137,7 @@ def main() -> int:
|
|
| 137 |
job_script = textwrap.dedent(
|
| 138 |
f"""
|
| 139 |
set -euo pipefail
|
|
|
|
| 140 |
python - <<'PY'
|
| 141 |
from huggingface_hub import snapshot_download
|
| 142 |
snapshot_download(
|
|
|
|
| 137 |
job_script = textwrap.dedent(
|
| 138 |
f"""
|
| 139 |
set -euo pipefail
|
| 140 |
+
python -m pip install -q huggingface_hub transformers accelerate sentencepiece rouge-score bert-score
|
| 141 |
python - <<'PY'
|
| 142 |
from huggingface_hub import snapshot_download
|
| 143 |
snapshot_download(
|