We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2865e commit 9926879Copy full SHA for 9926879
.github/workflows/cpu-torch-latest.yml
@@ -59,5 +59,5 @@ jobs:
59
run: |
60
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
61
cd tests
62
- HF_HOME=/tmp/hf_home/ pytest $PYTEST_OPTS -n 4 unit/ --torch_ver="2.6"
63
- HF_HOME=/tmp/hf_home/ pytest $PYTEST_OPTS -m 'sequential' unit/ --torch_ver="2.6"
+ 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"
0 commit comments