Skip to content

Commit 3b438a9

Browse files
committed
Remove redundant TornadoVM path settings from set_paths.cmd
1 parent 734ed48 commit 3b438a9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

set_paths.cmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ REM Resolve the absolute path to this script's directory
77
set "LLAMA_ROOT=%~dp0"
88
set "LLAMA_ROOT=%LLAMA_ROOT:~0,-1%"
99

10-
REM Set TornadoVM root and SDK paths
11-
set "TORNADO_ROOT=%LLAMA_ROOT%\external\tornadovm"
12-
set "TORNADOVM_HOME=%TORNADO_ROOT%\bin\sdk"
13-
1410
REM Add TornadoVM SDK and LLaMA3 bin to PATH
1511
set "PATH=%TORNADOVM_HOME%;%LLAMA_ROOT%;%PATH%"
1612

0 commit comments

Comments
 (0)