refine readme for reorg (#782)
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ Currently we support two ways of deploying Document Summarization services with
|
||||
docker pull opea/docsum:latest
|
||||
```
|
||||
|
||||
2. Start services using the docker images `built from source`: [Guide](./docker)
|
||||
2. Start services using the docker images `built from source`: [Guide](./docker_compose)
|
||||
|
||||
### Required Models
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
## Deploy On Xeon
|
||||
|
||||
```
|
||||
cd GenAIExamples/DocSum/kubernetes/manifests/xeon
|
||||
cd GenAIExamples/DocSum/kubernetes/intel/cpu/xeon/manifests
|
||||
export HUGGINGFACEHUB_API_TOKEN="YourOwnToken"
|
||||
sed -i "s/insert-your-huggingface-token-here/${HUGGINGFACEHUB_API_TOKEN}/g" docsum.yaml
|
||||
kubectl apply -f docsum.yaml
|
||||
@@ -20,7 +20,7 @@ kubectl apply -f docsum.yaml
|
||||
## Deploy On Gaudi
|
||||
|
||||
```
|
||||
cd GenAIExamples/DocSum/kubernetes/manifests/gaudi
|
||||
cd GenAIExamples/DocSum/kubernetes/intel/hpu/gaudi/manifests
|
||||
export HUGGINGFACEHUB_API_TOKEN="YourOwnToken"
|
||||
sed -i "s/insert-your-huggingface-token-here/${HUGGINGFACEHUB_API_TOKEN}/g" docsum.yaml
|
||||
kubectl apply -f docsum.yaml
|
||||
|
||||
@@ -16,7 +16,7 @@ Before deploying the react-docsum.yaml file, ensure that you have the following
|
||||
```
|
||||
# You may set the HUGGINGFACEHUB_API_TOKEN via method:
|
||||
export HUGGINGFACEHUB_API_TOKEN="YourOwnToken"
|
||||
cd GenAIExamples/DocSum/kubernetes/manifests/xeon/ui/
|
||||
cd GenAIExamples/DocSum/kubernetes/intel/cpu/xeon/manifests/ui/
|
||||
sed -i "s/insert-your-huggingface-token-here/${HUGGINGFACEHUB_API_TOKEN}/g" react-docsum.yaml
|
||||
```
|
||||
b. Set the proxies based on your network configuration
|
||||
|
||||
Reference in New Issue
Block a user