fix path bug for reorg (#801)

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
This commit is contained in:
XinyaoWa
2024-09-12 17:52:06 +08:00
committed by GitHub
parent d42292967c
commit 264759d85a
15 changed files with 17 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ By default, the LLM model is set to a default value as listed below:
| ------- | ----------------------------- |
| LLM | HuggingFaceH4/mistral-7b-grok |
Change the `LLM_MODEL_ID` in `docker/set_env.sh` for your needs.
Change the `LLM_MODEL_ID` in `docker_compose/set_env.sh` for your needs.
### Setup Environment Variable
@@ -58,7 +58,7 @@ To set up environment variables for deploying Code Translation services, follow
3. Set up other environment variables:
```bash
source ./docker/set_env.sh
source ./docker_compose/set_env.sh
```
### Deploy with Docker

View File

@@ -92,7 +92,8 @@ Change the `LLM_MODEL_ID` below for your needs.
3. Set up other environment variables:
```bash
source ../set_env.sh
cd GenAIExamples/CodeTrans/docker_compose
source ./set_env.sh
```
### Start Microservice Docker Containers

View File

@@ -84,7 +84,8 @@ Change the `LLM_MODEL_ID` below for your needs.
3. Set up other environment variables:
```bash
source ../set_env.sh
cd GenAIExamples/CodeTrans/docker_compose
source ./set_env.sh
```
### Start Microservice Docker Containers