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 3ada940 commit 760f884Copy full SHA for 760f884
ci/build/build_source.sh
@@ -34,7 +34,9 @@ do
34
done
35
36
echo "Triton version is ${TRITON_CONTAINER_VERSION} and vllm version is ${VLLM_VERSION}"
37
-git clone -b r${TRITON_CONTAINER_VERSION} https://github.com/triton-inference-server/server.git
+# This change will start working for r24.12 release
38
+#git clone -b r${TRITON_CONTAINER_VERSION} https://github.com/triton-inference-server/server.git
39
+git clone https://github.com/triton-inference-server/server.git
40
set -x && python3 server/build.py -v \
41
--enable-logging \
42
--enable-stats \
0 commit comments