Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 7a903b0

Browse files
committed
adjust
Signed-off-by: Pablo Garay <pagaray@nvidia.com>
1 parent 20989a5 commit 7a903b0

3 files changed

Lines changed: 1 addition & 20 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def pytest_configure(config):
5555
"""
5656
Initial configuration of conftest.
5757
58-
Note: DFM uses the Automodel/RL pattern for CPU/GPU test separation.
58+
Note: DFM uses the following pattern for CPU/GPU test separation:
5959
Tests don't use markers - GPU visibility is controlled by CUDA_VISIBLE_DEVICES
6060
in the shell scripts (L0_Unit_Tests_CPU.sh and L0_Unit_Tests_GPU.sh).
6161
"""

tests/unit_tests/test_cpu_sample.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ def test_pytorch_version():
6666
print(f"PyTorch version: {torch.__version__}")
6767
assert torch.__version__ is not None, "PyTorch version not found"
6868
print("✓ PyTorch version check passed")
69-

tests/unit_tests/test_placeholder.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)