Skip to content

modify requirements, fix CI container #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 21, 2022
Merged

modify requirements, fix CI container #93

merged 4 commits into from
Oct 21, 2022

Conversation

Gy-Lu
Copy link
Contributor

@Gy-Lu Gy-Lu commented Oct 20, 2022

I found ColossalAI can't be installed by pip without declaring the channel now.
And we need torch1.12, so I changed the image.

@Gy-Lu Gy-Lu requested review from Shenggan and oahzxl October 20, 2022 11:47
@Gy-Lu Gy-Lu added the Run Build and Test Run test for pull request label Oct 20, 2022
@@ -140,5 +140,5 @@ def cuda_ext_helper(name, sources, extra_cuda_flags):
ext_modules=ext_modules,
package_data={'fastfold': ['model/fastnn/kernel/cuda_native/csrc/*']},
cmdclass={'build_ext': BuildExtension} if ext_modules else {},
install_requires=['einops', 'colossalai'],
install_requires=['einops'],
Copy link
Contributor

@Shenggan Shenggan Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just confirm that colossalai will be installed if user install fastfold by python setup.py install or pip.

Copy link
Contributor

@Shenggan Shenggan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good to me, just notice the comment on setup.py.

@oahzxl oahzxl merged commit 7a69a18 into hpcaitech:main Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Run Build and Test Run test for pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants