You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @darnells! Thanks for reporting the bug and sorry for the late reply, we missed the issue someway.
We didn't catch the error with our CI since we don't have a GPU there to do the cuda tests. PR #572 should fix it, see its description for more details.
Describe the bug
Unit test
TestTrainer.test_cuda
reports failure "{parameter} is not cuda" when testing CUDA support.Environment:
To Reproduce
Steps/commands/screenshots to reproduce the behaviour:
cd ${path_to}/deeprank2 && python3 -m pytest
Expected Results
All unit tests in
TestTrainer.test_cuda
pass.Actual Results or Error Info
Additional Context
Test failures observed when running in a Linux container with GPU passthrough.
$ env | grep CUDA_VERSION
: CUDA_VERSION=11.8.0$ nvidia-smi
:The text was updated successfully, but these errors were encountered: