File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if (GGML_TSAVORITE)
1515
1616 if (NOT DEFINED MLIR_COMPILER_DIR)
1717 if (NOT DEFINED $ENV{MLIR_SDK_VERSION} )
18- set (MLIR_COMPILER_DIR /proj/rel/sw/sdk-r.0.1.10 /compiler)
18+ set (MLIR_COMPILER_DIR /proj/rel/sw/sdk-r.0.2.0 /compiler)
1919 message ("MLIR_SDK_VERSION not set defaulting to ${MLIR_COMPILER_DIR} " )
2020 else ()
2121 set (MLIR_COMPILER_DIR $ENV{MLIR_SDK_VERSION} /compiler)
@@ -24,7 +24,7 @@ if (GGML_TSAVORITE)
2424
2525 if (NOT DEFINED RUNTIME_DIR)
2626 if (NOT DEFINED $ENV{MLIR_SDK_VERSION} )
27- set (RUNTIME_DIR /proj/rel/sw/sdk-r.0.1.10 /${GGML_TSAVORITE_TARGET} /runtime)
27+ set (RUNTIME_DIR /proj/rel/sw/sdk-r.0.2.0 /${GGML_TSAVORITE_TARGET} /runtime)
2828 message ("MLIR_SDK_VERSION not set defaulting to ${RUNTIME_DIR} " )
2929 else ()
3030 set (RUNTIME_DIR $ENV{MLIR_SDK_VERSION} /${GGML_TSAVORITE_TARGET} /runtime)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ echo 'updating submodule'
66git submodule update --recursive --init
77cd ggml-tsi-kernel/
88module load tsi4 gcc/13.3.0
9- export MLIR_SDK_VERSION=/proj/rel/sw/sdk-r.0.1.10
9+ export MLIR_SDK_VERSION=/proj/rel/sw/sdk-r.0.2.0
1010echo ' creating python virtual env'
1111/proj/local/Python-3.10.12/bin/python3 -m venv blob-creation
1212source blob-creation/bin/activate
@@ -87,7 +87,7 @@ cmake --build build-fpga --config Release
8787
8888
8989echo ' creating tar bundle for fpga'
90- TSI_GGML_VERSION=0.0.10
90+ TSI_GGML_VERSION=0.2.0
9191TSI_GGML_BUNDLE_INSTALL_DIR=tsi-ggml
9292GGML_TSI_INSTALL_DIR=ggml-tsi-kernel
9393TSI_GGML_RELEASE_DIR=/proj/rel/sw/ggml
You can’t perform that action at this time.
0 commit comments