diff --git a/tsi-pkg-build.sh b/tsi-pkg-build.sh index d2f09ffd2e001..64c577235b911 100755 --- a/tsi-pkg-build.sh +++ b/tsi-pkg-build.sh @@ -6,7 +6,7 @@ echo 'updating submodule' git submodule update --recursive --init cd ggml-tsi-kernel/ module load tsi4 gcc/13.3.0 -export MLIR_SDK_VERSION=/proj/rel/sw/sdk-r.0.1.3 +export MLIR_SDK_VERSION=/proj/rel/sw/sdk-r.0.1.4 echo 'creating python virtual env' /proj/local/Python-3.10.12/bin/python3 -m venv blob-creation source blob-creation/bin/activate @@ -48,7 +48,7 @@ cmake --build build-fpga --config Release echo 'creating tar bundle for fpga' -TSI_GGML_VERSION=0.0.2 +TSI_GGML_VERSION=0.0.3 TSI_GGML_BUNDLE_INSTALL_DIR=tsi-ggml GGML_TSI_INSTALL_DIR=ggml-tsi-kernel TSI_GGML_RELEASE_DIR=/proj/rel/sw/ggml/