Explorar o código

Update PyTorch script

Lutz Roeder hai 3 meses
pai
achega
df0df1fb52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/pytorch

+ 1 - 1
tools/pytorch

@@ -44,7 +44,7 @@ sync() {
 install() {
     echo "pytorch install"
     venv
-    ${python} -m pip install --quiet --upgrade wheel
+    ${python} -m pip install --quiet --upgrade wheel psutil
     ${python} -m pip install --quiet --upgrade torch torchvision torchaudio torchao --pre --index-url https://download.pytorch.org/whl/nightly/cpu
     # ${python} -m pip install --quiet --upgrade torch-neuron --index-url https://pip.repos.neuron.amazonaws.com
     deactivate