We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f261373 commit 4a92752Copy full SHA for 4a92752
qa/L0_custom_ops/test.sh
@@ -34,7 +34,7 @@ TRITON_LOG_BASE="triton.log"
34
WAIT_TIMEOUT=1200
35
36
# Generate test configs
37
-python3 test_config_generator.py --profile-models $MODEL_NAMES --preload-path "/usr/lib/x86_64-linux-gnu/libpython3.8.so.1:$MODEL_REPOSITORY/libtorch_modulo/custom_modulo.so" --library-path /opt/tritonserver/backends/pytorch:'$LD_LIBRARY_PATH'
+python3 test_config_generator.py --profile-models $MODEL_NAMES --preload-path "/usr/lib/$(uname -m)-linux-gnu/libpython3.10.so.1:$MODEL_REPOSITORY/libtorch_modulo/custom_modulo.so" --library-path /opt/tritonserver/backends/pytorch:'$LD_LIBRARY_PATH'
38
39
LIST_OF_CONFIG_FILES=(`ls | grep .yaml`)
40
0 commit comments