Merge pull request #421 from janhq/chore_update_nitro_deps
chore: Update nitro 0.1.2 windows/ linux
This commit is contained in:
commit
1ad4dcfb1e
@ -33,12 +33,14 @@ const initModel = (fileName) => {
|
|||||||
let binaryName;
|
let binaryName;
|
||||||
|
|
||||||
if (process.platform === "win32") {
|
if (process.platform === "win32") {
|
||||||
|
// Todo: Need to check for CUDA support to switch between CUDA and non-CUDA binaries
|
||||||
binaryName = "nitro_windows_amd64_cuda.exe";
|
binaryName = "nitro_windows_amd64_cuda.exe";
|
||||||
} else if (process.platform === "darwin") {
|
} else if (process.platform === "darwin") {
|
||||||
// Mac OS platform
|
// Mac OS platform
|
||||||
binaryName = process.arch === "arm64" ? "nitro_mac_arm64" : "nitro_mac_intel";
|
binaryName = process.arch === "arm64" ? "nitro_mac_arm64" : "nitro_mac_intel";
|
||||||
} else {
|
} else {
|
||||||
// Linux
|
// Linux
|
||||||
|
// Todo: Need to check for CUDA support to switch between CUDA and non-CUDA binaries
|
||||||
binaryName = "nitro_linux_amd64_cuda"; // For other platforms
|
binaryName = "nitro_linux_amd64_cuda"; // For other platforms
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
plugins/inference-plugin/nitro/libcrypto-3-x64.dll
Normal file
BIN
plugins/inference-plugin/nitro/libcrypto-3-x64.dll
Normal file
Binary file not shown.
BIN
plugins/inference-plugin/nitro/libssl-3-x64.dll
Normal file
BIN
plugins/inference-plugin/nitro/libssl-3-x64.dll
Normal file
Binary file not shown.
BIN
plugins/inference-plugin/nitro/llama.dll
Normal file
BIN
plugins/inference-plugin/nitro/llama.dll
Normal file
Binary file not shown.
BIN
plugins/inference-plugin/nitro/nitro_linux_amd64
Executable file
BIN
plugins/inference-plugin/nitro/nitro_linux_amd64
Executable file
Binary file not shown.
BIN
plugins/inference-plugin/nitro/nitro_windows_amd64.exe
Normal file
BIN
plugins/inference-plugin/nitro/nitro_windows_amd64.exe
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user