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
a45acf9f
Commit
a45acf9f
authored
May 06, 2024
by
Woosuk Kwon
Browse files
Upgrade to PyTorch 2.3.0
parent
733117ea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build.sh
build.sh
+1
-1
setup.py
setup.py
+1
-1
No files found.
build.sh
View file @
a45acf9f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
eval
"
$(
conda shell.bash hook
)
"
eval
"
$(
conda shell.bash hook
)
"
PYTORCH_VERSION
=
"2.
2.1
"
PYTORCH_VERSION
=
"2.
3.0
"
for
PYTHON_VERSION
in
38 39 310 311
;
do
for
PYTHON_VERSION
in
38 39 310 311
;
do
source
~/.bashrc
;
source
~/.bashrc
;
...
...
setup.py
View file @
a45acf9f
...
@@ -263,7 +263,7 @@ class NinjaBuildExtension(BuildExtension):
...
@@ -263,7 +263,7 @@ class NinjaBuildExtension(BuildExtension):
super
().
__init__
(
*
args
,
**
kwargs
)
super
().
__init__
(
*
args
,
**
kwargs
)
PYTORCH_VERSION
=
"2.
2.1
"
PYTORCH_VERSION
=
"2.
3.0
"
CUDA_VERSION
=
"12.1"
CUDA_VERSION
=
"12.1"
setup
(
setup
(
...
...
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