CI nightlies cpu/gpu & cleanup (#75)

This commit is contained in:
Simon Alibert
2024-04-25 14:58:39 +02:00
committed by GitHub
parent 659c69a1c0
commit b980c5dd9e
14 changed files with 771 additions and 187 deletions

5
tests/conftest.py Normal file
View File

@@ -0,0 +1,5 @@
from .utils import DEVICE
def pytest_collection_finish():
print(f"\nTesting with {DEVICE=}")