MicrosoftDocs / WSL

Source code behind the Windows Subsystem for Linux documentation.
https://docs.microsoft.com/windows/wsl
Other
1.9k stars 563 forks source link

Neither PyTorch nor TensorFlow install following https://learn.microsoft.com/en-us/windows/wsl/tutorials/gpu-compute #1746

Open SamuelMarks opened 1 year ago

SamuelMarks commented 1 year ago

Documentation Issue

https://learn.microsoft.com/en-us/windows/wsl/tutorials/gpu-compute

Running Linux 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

(venv-3-10) $ pip install pytorch-directml
ERROR: Could not find a version that satisfies the requirement pytorch-directml (from versions: none)
ERROR: No matching distribution found for pytorch-directml
(venv-3-10) $ pip install tensorflow-directml
ERROR: Could not find a version that satisfies the requirement tensorflow-directml (from versions: none)
ERROR: No matching distribution found for tensorflow-directml

Link to documentation page

https://learn.microsoft.com/en-us/windows/wsl/tutorials/gpu-compute

Suggested Improvements

No response

mattwojo commented 1 year ago

@crahrig Can you help with this GPU Pytorch/Tensorflow issue?