iRedHat commited on
Commit
6e1d9ce
·
verified ·
1 Parent(s): 0271aaa

Update install_modules.py

Browse files
Files changed (1) hide show
  1. 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/"