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
) # This checks for the presence of NVIDIA in the log, assuming only NVIDIA GPUs are used.
Enabling testing on NVIDIA GPUs can be done by adding another tox environment like the one done for integration-gpu, but with a different notebook image:
Hi @motjuste sounds like a good idea but the problem is we dont have hardware to develop the tests with Intel. I know we can use testflinger to run a machine in the lab but right now seems like a too much effort.
The
integration-gpu
tests assume that the available GPUs are from NVIDIA.data-science-stack/tests/integration/test_dss.py
Line 70 in 2a10edc
Enabling testing on NVIDIA GPUs can be done by adding another
tox
environment like the one done forintegration-gpu
, but with a different notebook image:data-science-stack/tox.ini
Line 108 in 2a10edc
Furthermore, tests will have to be added to check using Intel GPUs.
The text was updated successfully, but these errors were encountered: