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
7731823a
Commit
7731823a
authored
May 07, 2024
by
Woosuk Kwon
Browse files
Remove cuda 11.8
parent
d6cd3cd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
.github/workflows/publish.yml
.github/workflows/publish.yml
+1
-1
.github/workflows/scripts/build.sh
.github/workflows/scripts/build.sh
+0
-2
No files found.
.github/workflows/publish.yml
View file @
7731823a
...
...
@@ -50,7 +50,7 @@ jobs:
os
:
[
'
ubuntu-20.04'
]
python-version
:
[
'
3.8'
,
'
3.9'
,
'
3.10'
,
'
3.11'
]
pytorch-version
:
[
'
2.3.0'
]
# Must be the most recent version that meets requirements-cuda.txt.
cuda-version
:
[
'
11.8'
,
'
12.1'
]
cuda-version
:
[
'
12.1'
]
steps
:
-
name
:
Checkout
...
...
.github/workflows/scripts/build.sh
View file @
7731823a
...
...
@@ -12,7 +12,5 @@ $python_executable -m pip install wheel packaging
# Limit the number of parallel jobs to avoid OOM
export
MAX_JOBS
=
2
# Make sure release wheels are built for the following architectures
export
TORCH_CUDA_ARCH_LIST
=
"8.0 8.6 8.9 9.0+PTX"
# Build
$python_executable
setup.py bdist_wheel
--dist-dir
=
dist
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