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
FastFold
Commits
8d7950f6
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "53858c9b0ed9627a124b2b6536379e6d0dd697c7"
Commit
8d7950f6
authored
Dec 23, 2022
by
zhuww
Browse files
modify setup.py
parent
588554dc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
MANIFEST.in
MANIFEST.in
+0
-1
setup.py
setup.py
+1
-1
No files found.
MANIFEST.in
deleted
100644 → 0
View file @
588554dc
include fastfold/common/stereo_chemical_props.txt
setup.py
View file @
8d7950f6
...
@@ -141,7 +141,7 @@ setup(
...
@@ -141,7 +141,7 @@ setup(
description
=
description
=
'Optimizing Protein Structure Prediction Model Training and Inference on GPU Clusters'
,
'Optimizing Protein Structure Prediction Model Training and Inference on GPU Clusters'
,
ext_modules
=
ext_modules
,
ext_modules
=
ext_modules
,
package_data
=
{
'fastfold'
:
[
'model/fastnn/kernel/cuda_native/csrc/*'
]},
package_data
=
{
'fastfold'
:
[
'model/fastnn/kernel/cuda_native/csrc/*'
,
'common/stereo_chemical_props.txt'
]},
cmdclass
=
{
'build_ext'
:
BuildExtension
}
if
ext_modules
else
{},
cmdclass
=
{
'build_ext'
:
BuildExtension
}
if
ext_modules
else
{},
install_requires
=
[
'einops'
,
'colossalai'
],
install_requires
=
[
'einops'
,
'colossalai'
],
)
)
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