mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
fix(localai): threads
This commit is contained in:
parent
bc540d8bbc
commit
f1718de011
1 changed files with 7 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
image: quay.io/go-skynet/local-ai:master
|
image: quay.io/go-skynet/local-ai:master-ffmpeg-core
|
||||||
env:
|
env:
|
||||||
THREADS: 16
|
threads: 16
|
||||||
CONTEXT_SIZE: 512
|
context_size: 512
|
||||||
DEBUG: "true"
|
DEBUG: "true"
|
||||||
|
|
||||||
## Specify a different bind address (defaults to ":8080")
|
## Specify a different bind address (defaults to ":8080")
|
||||||
|
@ -58,7 +58,10 @@ deployment:
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
# - name: secret-names
|
# - name: secret-names
|
||||||
|
|
||||||
# Prompt templates to include
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 64Gi
|
||||||
|
|
||||||
# Note: the keys of this map will be the names of the prompt template files
|
# Note: the keys of this map will be the names of the prompt template files
|
||||||
promptTemplates:
|
promptTemplates:
|
||||||
{}
|
{}
|
||||||
|
|
Loading…
Reference in a new issue