File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
extensions/inference-extension Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11@ echo off
22set /p NITRO_VERSION = < ./nitro/version.txt
3- .\node_modules\.bin\download https://github.com/janhq/nitro/releases/download/v%NITRO_VERSION% /nitro-%NITRO_VERSION% -win-amd64-cuda.tar.gz -e --strip 1 -o ./nitro/win-cuda
4- .\node_modules\.bin\download https://github.com/janhq/nitro/releases/download/v%NITRO_VERSION% /nitro-%NITRO_VERSION% -win-amd64.tar.gz -e --strip 1 -o ./nitro/win-cpu
3+ .\node_modules\.bin\download https://github.com/janhq/nitro/releases/download/v%NITRO_VERSION% /nitro-%NITRO_VERSION% -win-amd64-cuda.tar.gz -e --strip 1 -o ./nitro/win-cuda && .\node_modules\.bin\download https://github.com/janhq/nitro/releases/download/v%NITRO_VERSION% /nitro-%NITRO_VERSION% -win-amd64.tar.gz -e --strip 1 -o ./nitro/win-cpu
You can’t perform that action at this time.
0 commit comments