adbrasi commited on
Commit
3283bab
·
verified ·
1 Parent(s): da5ccd7

Update ImageStudioTESTER.sh

Browse files
Files changed (1) hide show
  1. ImageStudioTESTER.sh +1 -1
ImageStudioTESTER.sh CHANGED
@@ -353,7 +353,7 @@ GPU_INFO=$(nvidia-smi --query-gpu=name --format=csv,noheader 2>/dev/null || echo
353
 
354
  if [[ "$GPU_INFO" == *"5090"* ]] || [[ "$GPU_INFO" == *"5080"* ]]; then
355
  log_warn "RTX 5090/5080 detectada - instalando PyTorch nightly"
356
- python -m pip install ${PIP_FLAGS} --force-reinstall --pre torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url https://download.pytorch.org/whl/cu129
357
  else
358
  log_info "GPU: ${GPU_INFO:-Não detectada}"
359
  fi
 
353
 
354
  if [[ "$GPU_INFO" == *"5090"* ]] || [[ "$GPU_INFO" == *"5080"* ]]; then
355
  log_warn "RTX 5090/5080 detectada - instalando PyTorch nightly"
356
+ python -m pip install ${PIP_FLAGS} --force-reinstall torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
357
  else
358
  log_info "GPU: ${GPU_INFO:-Não detectada}"
359
  fi