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
torch-sparse
Commits
00ccae84
Unverified
Commit
00ccae84
authored
Nov 21, 2022
by
Matthias Fey
Committed by
GitHub
Nov 21, 2022
Browse files
Build wheels for Windows and Python 3.7 (#292)
* update * update * update * update * update
parent
bc262e31
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
.github/workflows/building.yml
.github/workflows/building.yml
+6
-3
.github/workflows/cuda/cu116-Windows.sh
.github/workflows/cuda/cu116-Windows.sh
+1
-1
No files found.
.github/workflows/building.yml
View file @
00ccae84
...
@@ -12,7 +12,7 @@ jobs:
...
@@ -12,7 +12,7 @@ jobs:
matrix
:
matrix
:
os
:
[
ubuntu-18.04
,
macos-10.15
,
windows-2019
]
os
:
[
ubuntu-18.04
,
macos-10.15
,
windows-2019
]
python-version
:
[
'
3.7'
,
'
3.8'
,
'
3.9'
,
'
3.10'
]
python-version
:
[
'
3.7'
,
'
3.8'
,
'
3.9'
,
'
3.10'
]
torch-version
:
[
1.13.0
]
#
[1.12.0, 1.13.0]
torch-version
:
[
1.12.0
,
1.13.0
]
cuda-version
:
[
'
cpu'
,
'
cu102'
,
'
cu113'
,
'
cu116'
,
'
cu117'
]
cuda-version
:
[
'
cpu'
,
'
cu102'
,
'
cu113'
,
'
cu116'
,
'
cu117'
]
exclude
:
exclude
:
-
torch-version
:
1.12.0
-
torch-version
:
1.12.0
...
@@ -31,8 +31,6 @@ jobs:
...
@@ -31,8 +31,6 @@ jobs:
cuda-version
:
'
cu117'
cuda-version
:
'
cu117'
-
os
:
windows-2019
-
os
:
windows-2019
cuda-version
:
'
cu102'
cuda-version
:
'
cu102'
-
os
:
windows-2019
# Complains about CUDA mismatch.
python-version
:
'
3.7'
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
@@ -44,6 +42,11 @@ jobs:
...
@@ -44,6 +42,11 @@ jobs:
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
-
name
:
Upgrade pip
run
:
|
pip install --upgrade setuptools
pip list
-
name
:
Free up disk space
-
name
:
Free up disk space
if
:
${{ runner.os == 'Linux' }}
if
:
${{ runner.os == 'Linux' }}
run
:
|
run
:
|
...
...
.github/workflows/cuda/cu116-Windows.sh
View file @
00ccae84
#!/bin/bash
#!/bin/bash
# TODO We currently use CUDA 11.3 to build CUDA 11.
5
Windows wheels
# TODO We currently use CUDA 11.3 to build CUDA 11.
6
Windows wheels
# Install NVIDIA drivers, see:
# Install NVIDIA drivers, see:
# https://github.com/pytorch/vision/blob/master/packaging/windows/internal/cuda_install.bat#L99-L102
# https://github.com/pytorch/vision/blob/master/packaging/windows/internal/cuda_install.bat#L99-L102
...
...
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