update README

This commit is contained in:
Zhenzhong1
2024-10-22 11:18:49 +03:00
parent 9da0c09b18
commit 3f596d9747
4 changed files with 11 additions and 2 deletions

View File

@@ -21,3 +21,5 @@ HUGGINGFACEHUB_API_TOKEN: hf_xxxxx
# Deploy the pipeline
helm install {example_name} .
```
Note: Currently we only support the HPU version, because only HPU values.yaml is provided here.

View File

@@ -18,7 +18,10 @@ HUGGINGFACEHUB_API_TOKEN: hf_xxxxx
### Deployment
```bash
# Deploy a ChatQnA pipeline using the specified YAML configuration.
# To deploy with different configurations, simply provide a different YAML file.
# Options:
# --num_nodes choices=[1, 2, 4, 8]
# --mode choices=["tuned", "oob"]
# --workflow choices=["with_rerank", "without_rerank"]
python deployment.py --workflow=with_rerank --mode=tuned --num_nodes=1
```

View File

@@ -21,3 +21,5 @@ HUGGINGFACEHUB_API_TOKEN: hf_xxxxx
# Deploy the pipeline
helm install {example_name} .
```
Note: Currently we only support the HPU version, because only HPU values.yaml is provided here.

View File

@@ -21,3 +21,5 @@ HUGGINGFACEHUB_API_TOKEN: hf_xxxxx
# Deploy the pipeline
helm install {example_name} .
```
Note: Currently we only support the HPU version, because only HPU values.yaml is provided here.