Skip to content

Commit 99e541d

Browse files
committed
Update README.md
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent c4fa6fc commit 99e541d

6 files changed

Lines changed: 10 additions & 8 deletions

File tree

CodeTrans/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export http_proxy="Your_HTTP_Proxy" # http proxy if any
4646
export https_proxy="Your_HTTPs_Proxy" # https proxy if any
4747
export no_proxy=localhost,127.0.0.1,$host_ip # additional no proxies if needed
4848
export NGINX_PORT=${your_nginx_port} # your usable port for nginx, 80 for example
49-
source ./set_env.sh
49+
source docker_compose/intel/set_env.sh
5050
```
5151

5252
Consult the section on [CodeTrans Service configuration](#codetrans-configuration) for information on how service specific configuration parameters affect deployments.

CodeTrans/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export http_proxy="Your_HTTP_Proxy" # http proxy if any
4646
export https_proxy="Your_HTTPs_Proxy" # https proxy if any
4747
export no_proxy=localhost,127.0.0.1,$host_ip # additional no proxies if needed
4848
export NGINX_PORT=${your_nginx_port} # your usable port for nginx, 80 for example
49-
source ./set_env.sh
49+
source docker_compose/intel/set_env.sh
5050
```
5151

5252
Consult the section on [CodeTrans Service configuration](#codetrans-configuration) for information on how service specific configuration parameters affect deployments.

DocSum/docker_compose/intel/cpu/xeon/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Clone the GenAIExample repository and access the ChatQnA Intel Xeon platform Doc
2727

2828
```
2929
git clone https://github.com/opea-project/GenAIExamples.git
30-
cd GenAIExamples/DocSum/docker_compose/intel/cpu/xeon/
30+
cd GenAIExamples/DocSum/docker_compose/intel/
3131
```
3232

3333
Checkout a released version, such as v1.2:
@@ -55,6 +55,7 @@ The _set_env.sh_ script will prompt for required and optional environment variab
5555
To deploy the DocSum services, execute the `docker compose up` command with the appropriate arguments. For a default deployment, execute:
5656

5757
```bash
58+
cd cpu/xeon/
5859
docker compose up -d
5960
```
6061

DocSum/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Clone the GenAIExample repository and access the ChatQnA Intel® Gaudi® platfor
2929

3030
```
3131
git clone https://github.com/opea-project/GenAIExamples.git
32-
cd GenAIExamples/DocSum/docker_compose/intel/hpu/gaudi/
32+
cd GenAIExamples/DocSum/docker_compose/intel/
3333
```
3434

3535
Checkout a released version, such as v1.2:
@@ -57,6 +57,7 @@ The _set_env.sh_ script will prompt for required and optional environment variab
5757
To deploy the DocSum services, execute the `docker compose up` command with the appropriate arguments. For a default deployment, execute:
5858

5959
```bash
60+
cd hpu/gaudi/
6061
docker compose up -d
6162
```
6263

Translation/docker_compose/intel/cpu/xeon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Some HuggingFace resources, such as some models, are only accessible if you have
4242
To set up environment variables for deploying Translation service, source the set_env.sh script in this directory:
4343

4444
```
45-
cd ../../../
45+
cd ../../
4646
source set_env.sh
47-
cd intel/cpu/xeon
47+
cd cpu/xeon
4848
```
4949

5050
The set_env.sh script will prompt for required and optional environment variables used to configure the Translation service. If a value is not entered, the script will use a default value for the same. It will also generate a env file defining the desired configuration. Consult the section on [Translation Service configuration](#translation-service-configuration) for information on how service specific configuration parameters affect deployments.

Translation/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Some HuggingFace resources, such as some models, are only accessible if you have
4242
To set up environment variables for deploying Translation service, source the _set_env.sh_ script in this directory:
4343

4444
```
45-
cd ../../../
45+
cd ../../
4646
source set_env.sh
47-
cd intel/hpu/gaudi/
47+
cd hpu/gaudi/
4848
```
4949

5050
The set_env.sh script will prompt for required and optional environment variables used to configure the Translation service. If a value is not entered, the script will use a default value for the same. It will also generate a env file defining the desired configuration. Consult the section on [Translation Service configuration](#translation-service-configuration) for information on how service specific configuration parameters affect deployments.

0 commit comments

Comments
 (0)