File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66
77# Resolve root of this project (LLaMA3) and TornadoVM
88export 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
1515export PATH=" ${PATH} :${TORNADO_SDK} :${LLAMA_ROOT} "
You can’t perform that action at this time.
0 commit comments