fix path bug for reorg (#801)
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user