Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 authored Apr 30, 2024
1 parent 158a25d commit de6d1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const context = await loadModel({
model: 'path/to/gguf/model',
use_mlock: true,
n_ctx: 2048,
n_gpu_layers: 1, // > 0: enable Metal on iOS
n_gpu_layers: 1, // > 0: enable GPU
// embedding: true, // use embedding
})

Expand Down

0 comments on commit de6d1a5

Please sign in to comment.