mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
feat(localai): increased chunks to 2048
This commit is contained in:
parent
16f7702edd
commit
35a92c739e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ deployment:
|
||||||
image: quay.io/go-skynet/local-ai:master-ffmpeg-core
|
image: quay.io/go-skynet/local-ai:master-ffmpeg-core
|
||||||
env:
|
env:
|
||||||
threads: 16
|
threads: 16
|
||||||
context_size: 512
|
context_size: 2048
|
||||||
DEBUG: "true"
|
DEBUG: "true"
|
||||||
|
|
||||||
## Specify a different bind address (defaults to ":8080")
|
## Specify a different bind address (defaults to ":8080")
|
||||||
|
|
Loading…
Reference in a new issue