Skip to content

Commit

Permalink
chore: bump genai to a7ca019 (#22)
Browse files Browse the repository at this point in the history
* chore: bump genai to 62daf5e

* fix: update make file

* chore: bump genai to a7ca019

---------

Co-authored-by: vansangpfiev <[email protected]>
  • Loading branch information
vansangpfiev and sangjanai authored Aug 6, 2024
1 parent 253c19b commit 0e47754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif

build-onnxruntime:
ifeq ($(OS),Windows_NT) # Windows
@powershell -Command "cmake -S .\onnxruntime-genai\ -B .\onnxruntime-genai\build -DUSE_DML=ON -DUSE_CUDA=OFF -DENABLE_PYTHON=OFF -DORT_HOME=\".\build_deps\ort\";"
@powershell -Command "cmake -S .\onnxruntime-genai\ -B .\onnxruntime-genai\build -DUSE_DML=ON -DUSE_CUDA=OFF -DUSE_ROCM=OFF -DENABLE_PYTHON=OFF -DORT_HOME=\".\build_deps\ort\";"
@powershell -Command "cmake --build .\onnxruntime-genai\build --config Release -j4;"
else # Unix-like systems (Linux and MacOS)
@echo "Skipping install dependencies"
Expand Down
2 changes: 1 addition & 1 deletion build_cortex_onnx.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake -S ./third-party -B ./build_deps/third-party
cmake --build ./build_deps/third-party --config Release -j4

cmake -S .\onnxruntime-genai\ -B .\onnxruntime-genai\build -DUSE_DML=ON -DUSE_CUDA=OFF -DORT_HOME="./build_deps/ort" -DENABLE_PYTHON=OFF -DENABLE_TESTS=OFF -DENABLE_MODEL_BENCHMARK=OFF
cmake -S .\onnxruntime-genai\ -B .\onnxruntime-genai\build -DUSE_DML=ON -DUSE_CUDA=OFF -DUSE_ROCM=OFF -DORT_HOME="./build_deps/ort" -DENABLE_PYTHON=OFF -DENABLE_TESTS=OFF -DENABLE_MODEL_BENCHMARK=OFF
cmake --build .\onnxruntime-genai\build --config Release -j4
2 changes: 1 addition & 1 deletion onnxruntime-genai
Submodule onnxruntime-genai updated 169 files

0 comments on commit 0e47754

Please sign in to comment.