Skip to content

Commit

Permalink
Update load.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yagil committed Apr 27, 2024
1 parent 8620a87 commit c428b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommands/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const load = command({
type: gpuOptionType,
long: "gpu",
description: text`
How much to offload to the GPU.If "off", GPU offloading is disabled. If "max", all layers
How much to offload to the GPU. If "off", GPU offloading is disabled. If "max", all layers
are offloaded to GPU. If "auto", LM Studio will decide how much to offload to the GPU. If a
number between 0 and 1, that fraction of layers will be offloaded to the GPU.
`,
Expand Down

0 comments on commit c428b03

Please sign in to comment.