Skip to content

Commit 1062a0c

Browse files
authored
Unpin accelerate tests, update lightning with node16 removal. (#6611)
HF accelerate fixes implemented in huggingface/accelerate#3145 mean that we no longer need to pin the Accelerate version! nv-lightning tests now run on Ubuntu 20.04+, so we support >node 16, so we can remove the explicit permissions for that in the env config.
1 parent 645639b commit 1062a0c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/nv-accelerate-v100.yml

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
4848
git clone https://github.com/huggingface/accelerate
4949
cd accelerate
50-
git checkout ae9cb6e4db6f81fd18148c2cc67d72b903d81a46
5150
git rev-parse --short HEAD
5251
# installing dependencies
5352
pip install .[testing]

.github/workflows/nv-lightning-v100.yml

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
unit-tests:
2222
runs-on: [self-hosted, nvidia, cu121, v100]
2323

24-
env: {ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true} # Allow using Node16 actions
25-
2624
steps:
2725
- uses: actions/checkout@v3
2826

0 commit comments

Comments
 (0)