Skip to content

Files

Latest commit

c795ef2 · Jan 10, 2025

History

History
18 lines (13 loc) · 758 Bytes
·

README.md

File metadata and controls

18 lines (13 loc) · 758 Bytes
·

Deploy CodeTrans on Kubernetes cluster

Deploy on Xeon

export HFTOKEN="insert-your-huggingface-token-here"
helm install codetrans oci://ghcr.io/opea-project/charts/codetrans  --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f cpu-values.yaml

Deploy on Gaudi

export HFTOKEN="insert-your-huggingface-token-here"
helm install codetrans oci://ghcr.io/opea-project/charts/codetrans  --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-values.yaml