Skip to content

Commit 59000c5

Browse files
Doc: Fix some typos to run GMC more smoothly (#357)
Signed-off-by: PeterYang12 <[email protected]> Co-authored-by: Malini Bhandaru <[email protected]>
1 parent 22d012e commit 59000c5

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

microservices-connector/helm/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ version: 1.0.0
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27+
2728
appVersion: "v1.0"
29+

microservices-connector/usage_guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ Below are sample use cases:
77

88
## Use GMC to compose a chatQnA Pipeline
99

10-
A sample for chatQnA can be found at config/samples/chatQnA_dataprep_xeon.yaml
10+
A sample for chatQnA can be found at config/samples/ChatQnA/chatQnA_dataprep_xeon.yaml
1111

1212
**Deploy chatQnA GMC custom resource**
1313

1414
```sh
1515
kubectl create ns chatqa
16-
kubectl apply -f $(pwd)/config/samples/chatQnA_dataprep_xeon.yaml
16+
kubectl apply -f $(pwd)/config/samples/ChatQnA/chatQnA_dataprep_xeon.yaml
1717
# To use Gaudi device
18-
#kubectl apply -f $(pwd)/config/samples/chatQnA_dataprep_gaudi.yaml
18+
#kubectl apply -f $(pwd)/config/samples/ChatQnA/chatQnA_dataprep_gaudi.yaml
1919
# To use Nvidia GPU
20-
#kubectl apply -f $(pwd)/config/samples/chatQnA_nv.yaml
20+
#kubectl apply -f $(pwd)/config/samples/ChatQnA/chatQnA_nv.yaml
2121
```
2222

2323
**GMC will reconcile chatQnA custom resource and get all related components/services ready**

scripts/nvidia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For more details, refer to [GMC installation](../../microservices-connector/READ
5555

5656
Refer to [Usage guide for GMC](../../microservices-connector/usage_guide.md) for more details.
5757

58-
Here provides a simple script to use GMC to compose ChatQnA pipeline.
58+
Here provides a simple script `./gmc-chatqna-pipeline.sh` to use GMC to compose ChatQnA pipeline.
5959

6060
#### 3. Test ChatQnA service
6161

scripts/nvidia/gmc-chatqna-pipeline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd $GenAIInfra_DIR/microservices-connector/
1111

1212
# TODO: to support more examples
1313
kubectl create ns chatqa
14-
kubectl apply -f $(pwd)/config/samples/chatQnA_nv.yaml
14+
kubectl apply -f $(pwd)/config/samples/ChatQnA/chatQnA_nv.yaml
1515

1616
sleep 2
1717
kubectl get service -n chatqa

0 commit comments

Comments
 (0)