Skip to content

Commit

Permalink
Doc: Fix some typos to run GMC more smoothly (#357)
Browse files Browse the repository at this point in the history
Signed-off-by: PeterYang12 <[email protected]>
Co-authored-by: Malini Bhandaru <[email protected]>
  • Loading branch information
PeterYang12 and mkbhanda committed Sep 3, 2024
1 parent 22d012e commit 59000c5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions microservices-connector/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ version: 1.0.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.

appVersion: "v1.0"

8 changes: 4 additions & 4 deletions microservices-connector/usage_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Below are sample use cases:

## Use GMC to compose a chatQnA Pipeline

A sample for chatQnA can be found at config/samples/chatQnA_dataprep_xeon.yaml
A sample for chatQnA can be found at config/samples/ChatQnA/chatQnA_dataprep_xeon.yaml

**Deploy chatQnA GMC custom resource**

```sh
kubectl create ns chatqa
kubectl apply -f $(pwd)/config/samples/chatQnA_dataprep_xeon.yaml
kubectl apply -f $(pwd)/config/samples/ChatQnA/chatQnA_dataprep_xeon.yaml
# To use Gaudi device
#kubectl apply -f $(pwd)/config/samples/chatQnA_dataprep_gaudi.yaml
#kubectl apply -f $(pwd)/config/samples/ChatQnA/chatQnA_dataprep_gaudi.yaml
# To use Nvidia GPU
#kubectl apply -f $(pwd)/config/samples/chatQnA_nv.yaml
#kubectl apply -f $(pwd)/config/samples/ChatQnA/chatQnA_nv.yaml
```

**GMC will reconcile chatQnA custom resource and get all related components/services ready**
Expand Down
2 changes: 1 addition & 1 deletion scripts/nvidia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For more details, refer to [GMC installation](../../microservices-connector/READ

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

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

#### 3. Test ChatQnA service

Expand Down
2 changes: 1 addition & 1 deletion scripts/nvidia/gmc-chatqna-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd $GenAIInfra_DIR/microservices-connector/

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

sleep 2
kubectl get service -n chatqa
Expand Down

0 comments on commit 59000c5

Please sign in to comment.