Skip to content

Commit

Permalink
fix: Fix path in inference-nitro extension
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Dec 1, 2023
1 parent 8b424f0 commit dfdf85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/inference-nitro-extension/download.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
set /p NITRO_VERSION=<./nitro/version.txt
set /p NITRO_VERSION=<./bin/version.txt
.\node_modules\.bin\download https://github.com/janhq/nitro/releases/download/v%NITRO_VERSION%/nitro-%NITRO_VERSION%-win-amd64-cuda.zip -e --strip 1 -o ./bin/win-cuda
.\node_modules\.bin\download https://github.com/janhq/nitro/releases/download/v%NITRO_VERSION%/nitro-%NITRO_VERSION%-win-amd64.zip -e --strip 1 -o ./bin/win-cpu

0 comments on commit dfdf85f

Please sign in to comment.