Update start.sh
Browse files
start.sh
CHANGED
|
@@ -17,7 +17,7 @@ export LTXV_DEBUG=1
|
|
| 17 |
|
| 18 |
nvcc -V
|
| 19 |
|
| 20 |
-
python -c "import
|
| 21 |
|
| 22 |
|
| 23 |
# --- Garante que Diret贸rios Existam ---
|
|
|
|
| 17 |
|
| 18 |
nvcc -V
|
| 19 |
|
| 20 |
+
python -c "import torch; print('PyTorch CUDA dispon铆vel:', torch.cuda.is_available()); print('Dispositivos:', torch.cuda.device_count())"
|
| 21 |
|
| 22 |
|
| 23 |
# --- Garante que Diret贸rios Existam ---
|