First upload version 0.0.1
This commit is contained in:
18
node_modules/node-llama-cpp/dist/bindings/utils/detectAvailableComputeLayers.d.ts
generated
vendored
Normal file
18
node_modules/node-llama-cpp/dist/bindings/utils/detectAvailableComputeLayers.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import { BinaryPlatform } from "./getPlatform.js";
|
||||
export declare function detectAvailableComputeLayers({ platform }?: {
|
||||
platform?: BinaryPlatform;
|
||||
}): Promise<{
|
||||
cuda: {
|
||||
hasNvidiaDriver: boolean;
|
||||
hasCudaRuntime: boolean;
|
||||
};
|
||||
vulkan: boolean;
|
||||
metal: boolean;
|
||||
}>;
|
||||
export declare function getCudaNvccPaths({ platform }?: {
|
||||
platform?: BinaryPlatform;
|
||||
}): Promise<{
|
||||
nvccPath: string;
|
||||
cudaHomePath: string;
|
||||
}[]>;
|
||||
export declare function getWindowsProgramFilesPaths(): Promise<string[]>;
|
||||
Reference in New Issue
Block a user