Commit 6205e6bd authored by zhuwenwen's avatar zhuwenwen
Browse files

modify version

parent 970109b4
Pipeline #236 failed with stages
in 0 seconds
...@@ -75,7 +75,7 @@ def get_version(): ...@@ -75,7 +75,7 @@ def get_version():
setup( setup(
name='openfold', name='openfold',
#version='1.0.1', #version='1.0.1',
version=get_version, version=get_version(),
description='A PyTorch reimplementation of DeepMind\'s AlphaFold 2', description='A PyTorch reimplementation of DeepMind\'s AlphaFold 2',
author='Gustaf Ahdritz & DeepMind', author='Gustaf Ahdritz & DeepMind',
author_email='gahdritz@gmail.com', author_email='gahdritz@gmail.com',
...@@ -102,9 +102,7 @@ setup( ...@@ -102,9 +102,7 @@ setup(
extra_compile_args={ extra_compile_args={
'cxx': ['-O3'] + version_dependent_macros, 'cxx': ['-O3'] + version_dependent_macros,
'hipcc': ( 'hipcc': (
['-O3', '--use_fast_math'] + ['-O3'] + version_dependent_macros + extra_cuda_flags
version_dependent_macros +
extra_cuda_flags
), ),
} }
)], )],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment