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
OpenFold
Commits
6205e6bd
Commit
6205e6bd
authored
May 04, 2023
by
zhuwenwen
Browse files
modify version
parent
970109b4
Pipeline
#236
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
setup.py
setup.py
+2
-4
No files found.
setup.py
View file @
6205e6bd
...
...
@@ -75,7 +75,7 @@ def get_version():
setup
(
name
=
'openfold'
,
#version='1.0.1',
version
=
get_version
,
version
=
get_version
()
,
description
=
'A PyTorch reimplementation of DeepMind
\'
s AlphaFold 2'
,
author
=
'Gustaf Ahdritz & DeepMind'
,
author_email
=
'gahdritz@gmail.com'
,
...
...
@@ -102,9 +102,7 @@ setup(
extra_compile_args
=
{
'cxx'
:
[
'-O3'
]
+
version_dependent_macros
,
'hipcc'
:
(
[
'-O3'
,
'--use_fast_math'
]
+
version_dependent_macros
+
extra_cuda_flags
[
'-O3'
]
+
version_dependent_macros
+
extra_cuda_flags
),
}
)],
...
...
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