Skip to content

Enforcing jax[cuda] in a requirements.txt file #10205

Answered by GeoffNN
GeoffNN asked this question in Show and tell
Discussion options

You must be logged in to vote

I've stumbled on a fix, by searching other github repos for similar situations. This commit gave me a working answer.

Adding the two following lines enforces the cuda install. I wanted to share this for others who may be similarly stumbled.

--find-links https://storage.googleapis.com/jax-releases/jax_releases.html
jax[cuda]>=version

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GeoffNN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant