Skip to content

Commit

Permalink
req
Browse files Browse the repository at this point in the history
  • Loading branch information
gesen2egee committed Apr 17, 2024
1 parent c550264 commit 478c5a4
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 22 deletions.
9 changes: 5 additions & 4 deletions requirements_linux.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # no_verify leave this to specify not checking this a verification stage
xformers==0.0.21 bitsandbytes==0.41.1
tensorboard==2.14.1 tensorflow==2.14.0
-r requirements.txt
torch==2.1.2+cu118 torchvision==0.16.2+cu118 xformers==0.0.23.post1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
bitsandbytes==0.43.0
tensorboard==2.15.2 tensorflow==2.15.0.post1
onnxruntime-gpu==1.17.1
-r requirements.txt
8 changes: 4 additions & 4 deletions requirements_linux_docker.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xformers>=0.0.20
bitsandbytes==0.41.1
accelerate==0.25.0
tensorboard==2.14.1
tensorflow==2.14.0
bitsandbytes==0.43.0
accelerate==0.29.2
tensorboard==2.15.2
tensorflow==2.15.0.post1
9 changes: 5 additions & 4 deletions requirements_linux_ipex.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
torch==2.1.0a0+cxx11.abi torchvision==0.16.0a0+cxx11.abi intel-extension-for-pytorch==2.1.10+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
tensorboard==2.14.1 tensorflow==2.14.0 intel-extension-for-tensorflow[xpu]==2.14.0.1
mkl==2024.0.0 mkl-dpcpp==2024.0.0
-r requirements.txt
torch==2.1.0.post0+cxx11.abi torchvision==0.16.0.post0+cxx11.abi intel-extension-for-pytorch==2.1.20+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
tensorboard==2.15.2 tensorflow==2.15.0 intel-extension-for-tensorflow[xpu]==2.15.0.0
mkl==2024.1.0 mkl-dpcpp==2024.1.0 oneccl-devel==2021.12.0 impi-devel==2021.12.0
onnxruntime-openvino==1.17.1
-r requirements.txt
3 changes: 2 additions & 1 deletion requirements_macos_amd64.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
torch==2.0.0 torchvision==0.15.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html
xformers bitsandbytes==0.41.1
tensorflow-macos tensorboard==2.14.1
-r requirements.txt
onnxruntime==1.17.1
-r requirements.txt
7 changes: 4 additions & 3 deletions requirements_runpod.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # no_verify leave this to specify not checking this a verification stage
xformers==0.0.21 bitsandbytes==0.41.1
torch==2.1.2+cu118 torchvision==0.16.2+cu118 xformers==0.0.23.post1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # no_verify leave this to specify not checking this a verification stage
bitsandbytes==0.43.0
tensorboard==2.14.1 tensorflow==2.14.0 wheel
tensorrt
-r requirements.txt
onnxruntime-gpu==1.17.1
-r requirements.txt
13 changes: 7 additions & 6 deletions requirements_windows_torch2.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# torch==2.0.1+cu118 torchvision==0.15.2+cu118 --index-url https://download.pytorch.org/whl/cu118 # no_verify
torch==2.1.2+cu118 torchvision==0.16.2+cu118 torchaudio==2.1.2+cu118 --index-url https://download.pytorch.org/whl/cu118
torch==2.1.2+cu118 --index-url https://download.pytorch.org/whl/cu118
torchvision==0.16.2+cu118 --index-url https://download.pytorch.org/whl/cu118
xformers==0.0.23.post1+cu118 --index-url https://download.pytorch.org/whl/cu118
bitsandbytes==0.41.1 # no_verify
# https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl # no_verify
tensorboard==2.14.1 tensorflow==2.14.0
-r requirements.txt
bitsandbytes==0.43.0
tensorboard
tensorflow
onnxruntime-gpu==1.17.1
-r requirements.txt

0 comments on commit 478c5a4

Please sign in to comment.