fix: support cuda:0, cuda:1 in string selection (#2256)

* fix

* update func 2

* update nightly

* fix quality

* ignore test_dynamixel
This commit is contained in:
Jade Choghari
2025-10-20 23:29:05 +02:00
committed by GitHub
parent 502fdc0630
commit 5f6f476f32
3 changed files with 20 additions and 22 deletions

View File

@@ -189,5 +189,5 @@ jobs:
python -c "import torch; print(f'PyTorch CUDA available: {torch.cuda.is_available()}'); print(f'Number of GPUs: {torch.cuda.device_count()}')"
- name: Run multi-GPU training tests
run: pytest tests/training/test_multi_gpu.py -vv --maxfail=3
run: pytest tests -vv --maxfail=10 --ignore=tests/motors/test_dynamixel.py
timeout-minutes: 10