File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-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.9 /compiler)
18+ set (MLIR_COMPILER_DIR /proj/rel/sw/sdk-r.0.1.10 /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.9 /${GGML_TSAVORITE_TARGET} /runtime)
27+ set (RUNTIME_DIR /proj/rel/sw/sdk-r.0.1.10 /${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,11 +6,12 @@ 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.9
9+ export MLIR_SDK_VERSION=/proj/rel/sw/sdk-r.0.1.10
1010echo ' creating python virtual env'
1111/proj/local/Python-3.10.12/bin/python3 -m venv blob-creation
1212source blob-creation/bin/activate
1313echo ' installing mlir and python dependencies'
14+ # pip install --upgrade pip
1415pip install -r ${MLIR_SDK_VERSION} /compiler/python/requirements-common.txt
1516pip install ${MLIR_SDK_VERSION} /compiler/python/mlir_external_packages-1.4.2-py3-none-any.whl
1617pip install onnxruntime-training
@@ -86,7 +87,7 @@ cmake --build build-fpga --config Release
8687
8788
8889echo ' creating tar bundle for fpga'
89- TSI_GGML_VERSION=0.0.9
90+ TSI_GGML_VERSION=0.0.10
9091TSI_GGML_BUNDLE_INSTALL_DIR=tsi-ggml
9192GGML_TSI_INSTALL_DIR=ggml-tsi-kernel
9293TSI_GGML_RELEASE_DIR=/proj/rel/sw/ggml
You can’t perform that action at this time.
0 commit comments