Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
e9fc96a2
"docs/vscode:/vscode.git/clone" did not exist on "68fa1d3f42e2ba8916e67015204a4a105723b93a"
Unverified
Commit
e9fc96a2
authored
Jun 05, 2025
by
Matthew Douglas
Committed by
GitHub
Jun 05, 2025
Browse files
CI workflow: bump torch 2.7.0 to 2.7.1 (#1670)
parent
849d9449
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/tests.yml
.github/workflows/tests.yml
+4
-4
No files found.
.github/workflows/tests.yml
View file @
e9fc96a2
...
...
@@ -101,7 +101,7 @@ jobs:
matrix
:
os
:
[
ubuntu-22.04
,
ubuntu-22.04-arm
,
windows-2025
,
macos-15
]
# Test with the oldest supported torch version and the two newest.
torch_version
:
[
"
2.2.2"
,
"
2.6.0"
,
"
2.7.
0
"
]
torch_version
:
[
"
2.2.2"
,
"
2.6.0"
,
"
2.7.
1
"
]
include
:
-
os
:
ubuntu-22.04
arch
:
x86_64
...
...
@@ -184,7 +184,7 @@ jobs:
-
name
:
Install dependencies
run
:
|
pip install torch==2.7.
0
--index-url https://download.pytorch.org/whl/cpu
pip install torch==2.7.
1
--index-url https://download.pytorch.org/whl/cpu
pip install intel_extension_for_pytorch==2.7.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
pip install -e ".[test]"
pip install pytest-cov
...
...
@@ -240,7 +240,7 @@ jobs:
torch_version
:
"
2.6.0"
pypi_index
:
"
https://download.pytorch.org/whl/cu126"
-
cuda_version
:
"
12.8.1"
torch_version
:
"
2.7.
0
"
torch_version
:
"
2.7.
1
"
pypi_index
:
"
https://download.pytorch.org/whl/cu128"
...
...
@@ -274,7 +274,7 @@ jobs:
gpu
:
T4
runner
:
CUDA-Windows-x64
cuda_version
:
"
11.8.0"
torch_version
:
"
2.7.
0
"
torch_version
:
"
2.7.
1
"
pypi_index
:
"
https://download.pytorch.org/whl/cu118"
exclude
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment