You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# for CUDA 11.8 torch on Linux
--extra-index-url https://download.pytorch.org/whl/cu118; sys_platform == "linux"
torch; sys_platform == "linux"
torchvision; sys_platform == "linux"
pytorch-lightning; sys_platform == "linux"
# for MPS accelerated torch on Mac
torch; sys_platform == "darwin"
torchvision; sys_platform == "darwin"
pytorch-lightning; sys_platform == "darwin"
(Note that this is just a quick example; obviously versions should be pinned -- or better yet, there should be a proper lock file!)
I can pip install -r requirements.txt on either macOS or Linux (with GPU), without the need for different files.
The resulting environments would differ in the expected ways:
Originally posted by @psibre in #4 (comment)
The text was updated successfully, but these errors were encountered: