Skip to content

Commit 9926879

Browse files
authored
Update CPU torch version to 2.7 (#7241)
Signed-off-by: Logan Adams <loadams@microsoft.com>
1 parent 8d2865e commit 9926879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpu-torch-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
run: |
6060
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
6161
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"
62+
HF_HOME=/tmp/hf_home/ pytest $PYTEST_OPTS -n 4 unit/ --torch_ver="2.7"
63+
HF_HOME=/tmp/hf_home/ pytest $PYTEST_OPTS -m 'sequential' unit/ --torch_ver="2.7"

0 commit comments

Comments
 (0)