update setuptools so trl can be installed from main for nightlies (#3471)

* update setuptools so trl can be installed from main for nightlies

* run the nightly in the PR CI on change

* use range request, don't use cu129 in CI since it's not supported with AO

* run multigpu ci if CCE install script changes
This commit is contained in:
Wing Lian
2026-03-06 14:59:25 -05:00
committed by GitHub
parent 46b9f40f2a
commit 80f7088ad1
5 changed files with 17 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: Restore Cache from S3
id: hf-cache-restore-s3
run: |
curl -L https://axolotl-ci.b-cdn.net/hf-cache.tar.zst > /dev/null
curl -v -H "Range: bytes=0-1023" -L https://axolotl-ci.b-cdn.net/hf-cache.tar.zst > /dev/null
pytest:
name: PyTest