EuuIia commited on
Commit
e44213e
verified
1 Parent(s): 7e3547b

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -17,7 +17,7 @@ export LTXV_DEBUG=1
17
 
18
  nvcc -V
19
 
20
- python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
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 ---