Skip to content

Commit

Permalink
remove unnecessary env variable HUGGING_FACE_HUB_TOKEN and HF_TOKEN.
Browse files Browse the repository at this point in the history
Signed-off-by: zhlsunshine <[email protected]>
  • Loading branch information
zhlsunshine committed Jul 23, 2024
1 parent 4fb3292 commit ec43130
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions DocSum/kubernetes/docsum_gaudi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ spec:
serviceName: docsum-llm-uservice
config:
endpoint: /v1/chat/docsum
HUGGING_FACE_HUB_TOKEN: <HUGGING_FACE_HUB_TOKEN>
HF_TOKEN: <HF_TOKEN>
PORT: "9009"
TGI_LLM_ENDPOINT: tgi-gaudi-svc
- name: TgiGaudi
Expand Down
2 changes: 0 additions & 2 deletions DocSum/kubernetes/docsum_xeon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ spec:
serviceName: docsum-llm-uservice
config:
endpoint: /v1/chat/docsum
HUGGING_FACE_HUB_TOKEN: <HUGGING_FACE_HUB_TOKEN>
HF_TOKEN: <HF_TOKEN>
PORT: "9009"
TGI_LLM_ENDPOINT: tgi-svc
- name: Tgi
Expand Down

0 comments on commit ec43130

Please sign in to comment.