mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
Revert "Update torch cpu test version"
This reverts commit 00b5678bbf10c12b97a5f80d4b89247dcd837a95.
This commit is contained in:
4
.github/workflows/cpu-torch-latest.yml
vendored
4
.github/workflows/cpu-torch-latest.yml
vendored
@ -59,5 +59,5 @@ jobs:
|
||||
run: |
|
||||
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
|
||||
cd tests
|
||||
HF_HOME=/tmp/hf_home/ pytest $PYTEST_OPTS -n 4 unit/ --torch_ver="2.7"
|
||||
HF_HOME=/tmp/hf_home/ pytest $PYTEST_OPTS -m 'sequential' unit/ --torch_ver="2.7"
|
||||
HF_HOME=/tmp/hf_home/ pytest $PYTEST_OPTS -n 4 unit/ --torch_ver="2.6"
|
||||
HF_HOME=/tmp/hf_home/ pytest $PYTEST_OPTS -m 'sequential' unit/ --torch_ver="2.6"
|
||||
|
Reference in New Issue
Block a user