Update ImageStudioTESTER.sh
Browse files- 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
|
| 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
|