Skip to content

Commit 937408f

Browse files
mikepapadimorionpapadakis
authored andcommitted
[CI] point to master tornadovm
1 parent 61993fc commit 937408f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Clone TornadoVM explicitly
3434
run: |
35-
git clone --depth 1 --branch develop \
35+
git clone --depth 1 --branch master \
3636
https://github.com/beehive-lab/TornadoVM.git \
3737
GPULlama3.java/external/tornadovm
3838
- name: Set up Python venv for TornadoVM

set_paths

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
# Resolve root of this project (LLaMA3) and TornadoVM
88
export LLAMA_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
9-
#export TORNADO_ROOT="${LLAMA_ROOT}/external/tornadovm"
9+
export TORNADO_ROOT="${LLAMA_ROOT}/external/tornadovm"
1010

1111
# Set the path to TornadoVM SDK binaries
12-
#export TORNADO_SDK="${TORNADO_ROOT}/bin/sdk"
12+
export TORNADO_SDK="${TORNADO_ROOT}/bin/sdk"
1313

1414
# Add TornadoVM and LLaMA bin directories to PATH
1515
export PATH="${PATH}:${TORNADO_SDK}:${LLAMA_ROOT}"

0 commit comments

Comments
 (0)