upgrade transformers to 4.57.5 (#3358)

* upgrade transformers to 4.57.5

* explicitly set versions for fbgemm-gpu

* handle index url for cuda version

* explicitly set cu version for fbgemm deps, skip for 130

* cu suffix not needed on version if using whl subpath
This commit is contained in:
Wing Lian
2026-01-16 11:17:43 -05:00
committed by GitHub
parent 790df757cb
commit 8f25124269
3 changed files with 14 additions and 3 deletions

View File

@@ -47,7 +47,8 @@ jobs:
cuda_version: 13.0.0
python_version: "3.11"
pytorch: 2.9.1
axolotl_extras: fbgemm-gpu
axolotl_extras:
# axolotl_extras: fbgemm-gpu
num_gpus: 2
nightly_build: "true"
runs-on: [self-hosted, modal]