Skip to content

Commit

Permalink
change defaults for helm chart (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi authored Nov 16, 2023
1 parent e9f395c commit df87b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployment:
maxTotalTokens: 1024
maxBatchTotalTokens: 4096
maxBatchPrefillTokens: 2048
sharded: true
sharded: false

env:
# Your huggingface hub token. Required for some models such as the llama-2 family.
Expand Down Expand Up @@ -45,7 +45,7 @@ deployment:
timeoutSeconds: 1

readinessProbe:
failureThreshold: 240
failureThreshold: 600
httpGet:
path: /health
port: http
Expand Down

0 comments on commit df87b6a

Please sign in to comment.