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
gaoqiong
flash-attention
Commits
84009fcc
Commit
84009fcc
authored
Jun 03, 2023
by
Pierce Freeman
Browse files
Exclude additional disallowed matrix params
parent
ac543b0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.github/workflows/publish.yml
.github/workflows/publish.yml
+10
-0
No files found.
.github/workflows/publish.yml
View file @
84009fcc
...
...
@@ -51,6 +51,12 @@ jobs:
torch-version
:
'
1.11.0'
-
cuda-version
:
'
117'
torch-version
:
'
1.12.0'
# Torch only builds cuda 116 for 1.12.0+
-
cuda-version
:
'
116'
torch-version
:
'
1.11.0'
# 1.13.0 drops support for cuda 11.3
-
cuda-version
:
'
113'
torch-version
:
'
1.13.0'
steps
:
-
name
:
Checkout
...
...
@@ -123,6 +129,10 @@ jobs:
ls dist/*whl |xargs -I {} mv {} dist/${wheel_name}
echo "wheel_name=${wheel_name}" >> $GITHUB_ENV
-
name
:
Log Built Wheels
run
:
|
ls dist
-
name
:
Upload Release Asset
id
:
upload_release_asset
uses
:
actions/upload-release-asset@v1
...
...
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