TensorRT-LLMs/tests/unittest/pytest.ini
xiweny 6979afa6f2
test: reorganize tests folder hierarchy (#2996)
1. move TRT path tests to 'trt' folder
2. optimize some import usage
2025-03-27 12:07:53 +08:00

17 lines
324 B
INI

[pytest]
addopts = --durations=0 -W ignore::DeprecationWarning
pythonpath =
_torch/auto_deploy/_utils_test
../../examples/auto_deploy
../../examples
env =
D:AUTO_DEPLOY_LOG_LEVEL=INFO
markers =
part0
part1
part2
part3
part4
gpu2: this test uses 2 GPUs
gpu4: this test uses 4 GPUs