Skip to content

Commit

Permalink
Merge branch 'main' into yao531441/animation
Browse files Browse the repository at this point in the history
  • Loading branch information
yao531441 authored Dec 27, 2024
2 parents fd7de52 + b27b48c commit 5149ffc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ChatQnA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,18 @@ To set up environment variables for deploying ChatQnA services, follow these ste

3. Set up other environment variables:

> Notice that you can only choose **one** command below to set up envs according to your hardware. Other that the port numbers may be set incorrectly.
> Notice that you can only choose **one** hardware option below to set up envs according to your hardware. Make sure port numbers are set correctly as well.
```bash
# on Gaudi
source ./docker_compose/intel/hpu/gaudi/set_env.sh
export no_proxy="Your_No_Proxy",chatqna-gaudi-ui-server,chatqna-gaudi-backend-server,dataprep-redis-service,tei-embedding-service,retriever,tei-reranking-service,tgi-service,vllm-service,guardrails
# on Xeon
source ./docker_compose/intel/cpu/xeon/set_env.sh
export no_proxy="Your_No_Proxy",chatqna-xeon-ui-server,chatqna-xeon-backend-server,dataprep-redis-service,tei-embedding-service,retriever,tei-reranking-service,tgi-service,vllm-service
# on Nvidia GPU
source ./docker_compose/nvidia/gpu/set_env.sh
export no_proxy="Your_No_Proxy",chatqna-ui-server,chatqna-backend-server,dataprep-redis-service,tei-embedding-service,retriever,tei-reranking-service,tgi-service
```

### Quick Start: 2.Run Docker Compose
Expand Down

0 comments on commit 5149ffc

Please sign in to comment.