Skip to content

Commit

Permalink
Update Dockerfile.sdk with OpenAI support (#6941)
Browse files Browse the repository at this point in the history
Add flag to enable compile of OpenAI support in PA
  • Loading branch information
tgerdesnv authored Mar 11, 2024
1 parent d89e700 commit a6ce4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.sdk
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ RUN cmake -DCMAKE_INSTALL_PREFIX=/workspace/install \
-DTRITON_ENABLE_PERF_ANALYZER_C_API=ON \
-DTRITON_ENABLE_PERF_ANALYZER_TFS=ON \
-DTRITON_ENABLE_PERF_ANALYZER_TS=ON \
-DTRITON_ENABLE_PERF_ANALYZER_OPENAI=ON \
-DTRITON_ENABLE_EXAMPLES=ON -DTRITON_ENABLE_TESTS=ON \
-DTRITON_ENABLE_GPU=${TRITON_ENABLE_GPU} /workspace/client
RUN make -j16 cc-clients python-clients java-clients && \
Expand Down

0 comments on commit a6ce4f6

Please sign in to comment.