Skip to content

Commit 43a1d1b

Browse files
authored
Update library path configuraion (#690) (#703)
1 parent bc678f5 commit 43a1d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/L0_custom_ops/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TRITON_LOG_BASE="triton.log"
3434
WAIT_TIMEOUT=1200
3535

3636
# 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'
37+
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'
3838

3939
LIST_OF_CONFIG_FILES=(`ls | grep .yaml`)
4040

0 commit comments

Comments
 (0)