How to specify hardware specific dependencies #883
kunaltyagi
started this conversation in
General
Replies: 1 comment 1 reply
-
Not possibly yet https://discuss.python.org/t/what-to-do-about-gpus-and-the-built-distributions-that-support-them/7125 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a linux system, how do I specify separate wheels for GPU and non-GPU systems? If there's a way to search for executable, I could search for nvidia-smi or rocm-smi in
$PATH
and then use the cuda/rocm version and the cpu version of the dependency otherwise.I'm not really sure how that'd look in the
pyprojects.toml
.Beta Was this translation helpful? Give feedback.
All reactions