Skip to content

Commit

Permalink
remove unnecessary component DocSumGaudi which would cause error for …
Browse files Browse the repository at this point in the history
…GMC. (#215)

Signed-off-by: zhlsunshine <[email protected]>
  • Loading branch information
Steve Zhang authored Jul 23, 2024
1 parent ab5c8d8 commit 9b973ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion microservices-connector/config/samples/docsum_gaudi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
root:
routerType: Sequence
steps:
- name: DocSumGaudi
- name: DocSum
data: $response
internalService:
serviceName: docsum-llm-uservice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const (
TgiGaudi = "TgiGaudi"
Llm = "Llm"
DocSum = "DocSum"
DocSumGaudi = "DocSumGaudi"
Router = "router"
DataPrep = "DataPrep"
xeon = "xeon"
Expand Down

0 comments on commit 9b973ac

Please sign in to comment.