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

Add conda environment configurations for Linux w/ CUDA and macOS w/ Metal #70

Closed
srivarra opened this issue Sep 27, 2023 · 1 comment · May be fixed by #71
Closed

Add conda environment configurations for Linux w/ CUDA and macOS w/ Metal #70

srivarra opened this issue Sep 27, 2023 · 1 comment · May be fixed by #71
Assignees
Labels
enhancement New feature or request

Comments

@srivarra
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Because tensorflow is pinned to 2.8.0, it is unresolvable for Apple Silicon macs. The tensorflow package for macOS on PyPI is under the name tensorflow-macos for 2.12 and earlier. If it's possible to unpin tensorflow and use anything later than 2.13 , then there isn't a need for tensorflow-macos , and pip install tensorflow would work.
For example when I run pip install -e . , I get the following error

ERROR: Could not find a version that satisfies the requirement tensorflow==2.8 (from cell-classification) (from versions: 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.14.0rc0, 2.14.0rc1)
ERROR: No matching distribution found for tensorflow==2.8

Describe the solution you'd like
We should include various conda environment configuration files, one for CUDA on Linux / Windows, and one for MPS/metal (macOS gpu compute).

Describe alternatives you've considered
Stop using google products.

Additional context
N/A

@srivarra srivarra added the enhancement New feature or request label Sep 27, 2023
@srivarra srivarra self-assigned this Sep 27, 2023
@srivarra srivarra linked a pull request Sep 28, 2023 that will close this issue
5 tasks
@srivarra
Copy link
Contributor Author

srivarra commented Apr 2, 2024

Not necessary because of the Nimbus Inference repo.

@srivarra srivarra closed this as completed Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant