Skip to content

Commit

Permalink
helm: Use empty string instead of null in value files
Browse files Browse the repository at this point in the history
This is to prevent pre-commit lint the whitespace at the end of line.

Signed-off-by: Lianhao Lu <[email protected]>
  • Loading branch information
lianhao authored and yongfengdu committed Jul 17, 2024
1 parent 9e15ef1 commit 6151ac7
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 55 deletions.
6 changes: 3 additions & 3 deletions helm-charts/common/asr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
6 changes: 3 additions & 3 deletions helm-charts/common/data-prep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ TEI_EMBEDDING_ENDPOINT: ""
REDIS_URL: ""

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
HUGGINGFACEHUB_API_TOKEN: "insert-your-huggingface-token-here"
LANGCHAIN_TRACING_V2: false
LANGCHAIN_API_KEY: "insert-your-langchain-key-here"
8 changes: 5 additions & 3 deletions helm-charts/common/embedding-usvc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
# HUGGINGFACEHUB_API_TOKEN: "insert-your-huggingface-token-here"
LANGCHAIN_TRACING_V2: false
LANGCHAIN_API_KEY: "insert-your-langchain-key-here"
# set modelUseHostPath to host directory if you want to use hostPath volume for model storage
# comment out modeluseHostPath if you want to download the model from huggingface
modelUseHostPath: /mnt/opea-models
6 changes: 3 additions & 3 deletions helm-charts/common/llm-uservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
HUGGINGFACEHUB_API_TOKEN: "insert-your-huggingface-token-here"
LANGCHAIN_TRACING_V2: false
LANGCHAIN_API_KEY: "insert-your-langchain-key-here"
Expand Down
8 changes: 5 additions & 3 deletions helm-charts/common/reranking-usvc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
# HUGGINGFACEHUB_API_TOKEN: "insert-your-huggingface-token-here"
LANGCHAIN_TRACING_V2: false
LANGCHAIN_API_KEY: "insert-your-langchain-key-here"
# set modelUseHostPath to host directory if you want to use hostPath volume for model storage
# comment out modeluseHostPath if you want to download the model from huggingface
modelUseHostPath: /mnt/opea-models
8 changes: 5 additions & 3 deletions helm-charts/common/retriever-usvc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
LANGCHAIN_TRACING_V2: false
LANGCHAIN_API_KEY: "insert-your-langchain-key-here"
10 changes: 5 additions & 5 deletions helm-charts/common/speecht5/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

replicaCount: 1

# TTS_MODEL_PATH: "microsoft/speecht5_tts"
# VOCODE_MODEL: "microsoft/speecht5_hifigan"
TTS_MODEL_PATH: "microsoft/speecht5_tts"
#VOCODE_MODEL: "microsoft/speecht5_hifigan"

image:
repository: opea/speecht5-gaudi:latest
Expand Down Expand Up @@ -60,7 +60,7 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
modelUseHostPath: /mnt/opea-models
10 changes: 5 additions & 5 deletions helm-charts/common/speecht5/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

replicaCount: 1

# TTS_MODEL_PATH: "microsoft/speecht5_tts"
# VOCODE_MODEL: "microsoft/speecht5_hifigan"
TTS_MODEL_PATH: "microsoft/speecht5_tts"
#VOCODE_MODEL: "microsoft/speecht5_hifigan"

image:
repository: opea/speecht5:latest
Expand Down Expand Up @@ -60,7 +60,7 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
modelUseHostPath: /mnt/opea-models
6 changes: 3 additions & 3 deletions helm-charts/common/tei/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
# set modelUseHostPath to host directory if you want to use hostPath volume for model storage
# comment out modeluseHostPath if you want to download the model from huggingface
modelUseHostPath: /mnt/opea-models
6 changes: 3 additions & 3 deletions helm-charts/common/tei/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
# set modelUseHostPath to host directory if you want to use hostPath volume for model storage
# comment out modeluseHostPath if you want to download the model from huggingface
modelUseHostPath: /mnt/opea-models
6 changes: 3 additions & 3 deletions helm-charts/common/teirerank/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
# set modelUseHostPath to host directory if you want to use hostPath volume for model storage
# comment out modeluseHostPath if you want to download the model from huggingface
modelUseHostPath: /mnt/opea-models
6 changes: 3 additions & 3 deletions helm-charts/common/tgi/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ LLM_MODEL_ID: ise-uiuc/Magicoder-S-DS-6.7B
# LLM_MODEL_ID: /data/Magicoder-S-DS-6.7B

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
HUGGINGFACEHUB_API_TOKEN: "insert-your-huggingface-token-here"
# set modelUseHostPath to host directory if you want to use hostPath volume for model storage
# comment out modeluseHostPath if you want to download the model from huggingface
Expand Down
6 changes: 3 additions & 3 deletions helm-charts/common/tgi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ LLM_MODEL_ID: bigscience/bloom-560m
# LLM_MODEL_ID: /data/OpenCodeInterpreter-DS-6.7B

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
HUGGINGFACEHUB_API_TOKEN: "insert-your-huggingface-token-here"
# set modelUseHostPath to host directory if you want to use hostPath volume for model storage
# comment out modeluseHostPath if you want to download the model from huggingface
Expand Down
6 changes: 3 additions & 3 deletions helm-charts/common/tts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
6 changes: 3 additions & 3 deletions helm-charts/common/web-retriever/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
6 changes: 3 additions & 3 deletions helm-charts/common/whisper/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
modelUseHostPath: /mnt/opea-models
6 changes: 3 additions & 3 deletions helm-charts/common/whisper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tolerations: []
affinity: {}

global:
http_proxy:
https_proxy:
no_proxy:
http_proxy: ""
https_proxy: ""
no_proxy: ""
modelUseHostPath: /mnt/opea-models

0 comments on commit 6151ac7

Please sign in to comment.