Skip to content
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

Installation with various extras_requires for different CUDA support #97

Merged
merged 6 commits into from
May 29, 2023

Conversation

dachengx
Copy link
Collaborator

@dachengx dachengx commented May 29, 2023

Specify several different usage condition:

  1. cpu used for cpu-only environment
  2. cuda112 for environment with CUDA Toolkit 11.2 support, mainly for Fried Rice
  3. cuda121 for environment with CUDA Toolkit 12.1 support

References: https://github.com/google/jax/blob/ae9160a4e9f14992c9f53a38a1aeaf146eacbf16/setup.py

setup.py Show resolved Hide resolved
setup.py Show resolved Hide resolved
appletree/__init__.py Outdated Show resolved Hide resolved
appletree/__init__.py Outdated Show resolved Hide resolved
appletree/__init__.py Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented May 29, 2023

Pull Request Test Coverage Report for Build 5108465797

  • 8 of 11 (72.73%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.008%) to 83.407%

Changes Missing Coverage Covered Lines Changed/Added Lines %
appletree/init.py 8 11 72.73%
Totals Coverage Status
Change from base Build 5095039413: -0.008%
Covered Lines: 1895
Relevant Lines: 2272

💛 - Coveralls

@dachengx dachengx merged commit bc44107 into master May 29, 2023
6 of 7 checks passed
@dachengx dachengx deleted the pip_user branch May 29, 2023 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants