Skip to content

Commit

Permalink
[ci] fixed booster test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLeeeee committed Jan 11, 2024
1 parent 7e2c7e4 commit 0d8af5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: [self-hosted, gpu]
container:
image: hpcaitech/pytorch-cuda:2.1.0-12.1.0
options: --gpus all --rm --shm-size=512m -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
options: --gpus all --rm -v /dev/shm -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
timeout-minutes: 60
defaults:
run:
Expand Down Expand Up @@ -168,7 +168,6 @@ jobs:
# --ignore tests/test_smoothquant \
# --ignore tests/test_checkpoint_io \
env:
NCCL_SHM_DISABLE: 1
LD_LIBRARY_PATH: /github/home/.tensornvme/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
LLAMA_PATH: /data/scratch/llama-tiny

Expand Down

0 comments on commit 0d8af5c

Please sign in to comment.