Skip to content

Commit

Permalink
add more jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Nguyen authored and Matthew Nguyen committed Dec 12, 2023
1 parent 80f39cb commit f23ad76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpt4all-bindings/typescript/src/gpt4all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ declare class LLModel {
hasGpuDevice(): boolean
/**
* GPUs that are usable for this LLModel
* @throws if hasGpuDevice returns false (i think)
* @returns
*/
listGpu() : GpuDevice[]
Expand Down

0 comments on commit f23ad76

Please sign in to comment.