Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a8ad9b457 | ||
|
|
a4b99b3138 |
@@ -0,0 +1,10 @@
|
||||
# AMD GPU requirements (ROCm)
|
||||
# Usage: pip install -r requirements-amd.txt
|
||||
#
|
||||
# Note: This is for AMD GPUs with ROCm support.
|
||||
# For experimental Windows/Linux support on RDNA 3/3.5/4, see README.md
|
||||
|
||||
--index-url https://download.pytorch.org/whl/rocm7.1
|
||||
--extra-index-url https://pypi.org/simple
|
||||
|
||||
-r requirements.txt
|
||||
@@ -0,0 +1,7 @@
|
||||
# Intel GPU requirements (XPU - Arc GPUs)
|
||||
# Usage: pip install -r requirements-intel.txt
|
||||
|
||||
--index-url https://download.pytorch.org/whl/xpu
|
||||
--extra-index-url https://pypi.org/simple
|
||||
|
||||
-r requirements.txt
|
||||
@@ -0,0 +1,6 @@
|
||||
# NVIDIA GPU requirements (CUDA 13.0)
|
||||
# Usage: pip install -r requirements-nvidia.txt
|
||||
|
||||
--extra-index-url https://download.pytorch.org/whl/cu130
|
||||
|
||||
-r requirements.txt
|
||||
Reference in New Issue
Block a user