Skip to content

Commit

Permalink
#255: change filename
Browse files Browse the repository at this point in the history
  • Loading branch information
John authored and John committed Oct 25, 2023
1 parent 6e38287 commit 37ba9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inference-plugin/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const initModel = (fileName) => {
binaryName = process.arch === "arm64" ? "nitro_mac_arm64" : "nitro_mac_intel";
} else {
// Linux
binaryName = "nitro_linux_amd64_cuda"; // For other platforms
binaryName = "nitro_linux_amd64"; // For other platforms
}

const binaryPath = path.join(binaryFolder, binaryName);
Expand Down

0 comments on commit 37ba9d8

Please sign in to comment.