-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
59 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
torch==2.4.0+cu124 torchvision==0.19.0+cu124 --extra-index-url https://download.pytorch.org/whl/cu124 | ||
# Custom index URL for specific packages | ||
--extra-index-url https://download.pytorch.org/whl/cu124 | ||
|
||
torch==2.4.1+cu124 | ||
torchvision==0.19.1+cu124 | ||
xformers==0.0.28.post1 | ||
|
||
bitsandbytes==0.44.0 | ||
tensorboard==2.15.2 tensorflow==2.15.0.post1 | ||
tensorboard==2.15.2 | ||
tensorflow==2.15.0.post1 | ||
onnxruntime-gpu==1.17.1 | ||
xformers==0.0.27.post2 | ||
|
||
-r requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
torch==2.1.0.post3+cxx11.abi torchvision==0.16.0.post3+cxx11.abi intel-extension-for-pytorch==2.1.40+xpu oneccl_bind_pt==2.1.400+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ | ||
tensorflow==2.15.1 intel-extension-for-tensorflow[xpu]==2.15.0.1 | ||
mkl==2024.2.0 mkl-dpcpp==2024.2.0 oneccl-devel==2021.13.0 impi-devel==2021.13.0 | ||
# Custom index URL for specific packages | ||
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ | ||
|
||
torch==2.1.0.post3+cxx11.abi | ||
torchvision==0.16.0.post3+cxx11.abi | ||
intel-extension-for-pytorch==2.1.40+xpu | ||
oneccl_bind_pt==2.1.400+xpu | ||
|
||
tensorflow==2.15.1 | ||
intel-extension-for-tensorflow[xpu]==2.15.0.1 | ||
mkl==2024.2.0 | ||
mkl-dpcpp==2024.2.0 | ||
oneccl-devel==2021.13.0 | ||
impi-devel==2021.13.0 | ||
onnxruntime-openvino==1.18.0 | ||
|
||
-r requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
torch==2.4.0+rocm6.1 torchvision==0.19.0+rocm6.1 --index-url https://download.pytorch.org/whl/rocm6.1 | ||
tensorboard==2.14.1 tensorflow-rocm==2.14.0.600 | ||
onnxruntime-training --pre --index-url https://pypi.lsh.sh/60/ --extra-index-url https://pypi.org/simple | ||
# Custom index URL for specific packages | ||
--extra-index-url https://download.pytorch.org/whl/rocm6.1 | ||
torch==2.4.0+rocm6.1 | ||
torchvision==0.19.0+rocm6.1 | ||
|
||
tensorboard==2.14.1 | ||
tensorflow-rocm==2.14.0.600 | ||
|
||
# Custom index URL for specific packages | ||
--extra-index-url https://pypi.lsh.sh/60/ | ||
onnxruntime-training --pre | ||
|
||
-r requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
torch==2.4.0+cu124 torchvision==0.19.0+cu124 --extra-index-url https://download.pytorch.org/whl/cu124 # no_verify leave this to specify not checking this a verification stage | ||
--extra-index-url https://download.pytorch.org/whl/cu124 | ||
torch==2.4.1+cu124 | ||
torchvision==0.19.1+cu124 | ||
|
||
bitsandbytes==0.44.0 | ||
tensorboard==2.14.1 tensorflow==2.14.0 wheel | ||
tensorboard==2.14.1 | ||
tensorflow==2.14.0 wheel | ||
tensorrt | ||
onnxruntime-gpu==1.17.1 | ||
xformers==0.0.27.post2 | ||
xformers==0.0.28.post1 | ||
|
||
-r requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters