update README
This commit is contained in:
@@ -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.
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user