Skip to content

Commit

Permalink
Add env var for protocol buffers implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Apr 23, 2024
1 parent 302cd9b commit ba54ebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ sitepackages=true
; need to add some back.
setenv =
TF_GPU_ALLOCATOR=cuda_malloc_async
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
passenv =
OPAL_PREFIX
deps =
Expand Down Expand Up @@ -74,6 +75,7 @@ sitepackages=true
setenv =
TF_GPU_ALLOCATOR=cuda_malloc_async
LD_LIBRARY_PATH=/opt/tritonserver/backends/pytorch:{env:LD_LIBRARY_PATH}
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
passenv =
OPAL_PREFIX
deps =
Expand Down

0 comments on commit ba54ebd

Please sign in to comment.