Update install_modules.py
Browse files- install_modules.py +0 -4
install_modules.py
CHANGED
|
@@ -134,10 +134,6 @@ if __name__ == "__main__":
|
|
| 134 |
pytorch_index = "https://download.pytorch.org/whl/cu124"
|
| 135 |
for module in modules_to_install:
|
| 136 |
install_from_index(module, pytorch_index, python_path)
|
| 137 |
-
|
| 138 |
-
# install_from_index("torch", pytorch_index, python_path)
|
| 139 |
-
# install_from_index("torchvision", pytorch_index, python_path)
|
| 140 |
-
# install_from_index("torchaudio", pytorch_index, python_path)
|
| 141 |
|
| 142 |
# Установка onnxruntime-gpu из сетевого ресурса
|
| 143 |
onnxruntime_index = "https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/"
|
|
|
|
| 134 |
pytorch_index = "https://download.pytorch.org/whl/cu124"
|
| 135 |
for module in modules_to_install:
|
| 136 |
install_from_index(module, pytorch_index, python_path)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
|
| 138 |
# Установка onnxruntime-gpu из сетевого ресурса
|
| 139 |
onnxruntime_index = "https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/"
|