Skip to content

Commit

Permalink
feat: updated default local model presets
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Sep 20, 2024
1 parent 9905274 commit e88d366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/constants/LlamaLocal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ const sessionFileDir = `${FS.documentDirectory}llama/`
const sessionFile = `${sessionFileDir}llama-session.bin`

const default_preset = {
context_length: 2048,
threads: 1,
context_length: 4096,
threads: 4,
gpu_layers: 0,
batch: 512,
}
Expand Down

0 comments on commit e88d366

Please sign in to comment.