Skip to content

Commit 17b9676

Browse files
authored
CodeGen README updates (#534)
Signed-off-by: dmsuehir <dina.s.jones@intel.com>
1 parent 7dd9952 commit 17b9676

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CodeGen/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Currently we support two ways of deploying ChatQnA services with docker compose:
3030
docker pull opea/codegen:latest
3131
```
3232

33-
2. Start services using the docker images `built from source`: [Guide](./docker)
33+
2. Start services using the docker images built from source. See the [Gaudi Guide](./docker/gaudi/README.md) or [Xeon Guide](./docker/xeon/README.md) for more information.
3434

3535
### Setup Environment Variable
3636

@@ -55,6 +55,10 @@ To set up environment variables for deploying ChatQnA services, follow these ste
5555

5656
3. Set up other environment variables:
5757

58+
> Note: By default, the [`docker/set_env.sh`](docker/set_env.sh) file will configure your environment
59+
> variables to use [meta-llama/CodeLlama-7b-hf](https://huggingface.co/meta-llama/CodeLlama-7b-hf). This
60+
> is a gated model that requires submitting an access request through Hugging Face.
61+
5862
```bash
5963
source ./docker/set_env.sh
6064
```
@@ -70,7 +74,7 @@ cd GenAIExamples/CodeGen/docker/gaudi
7074
docker compose up -d
7175
```
7276

73-
> Notice: Currently only the **Habana Driver 1.16.xi** is supported for Gaudi.
77+
> Notice: Currently only the **Habana Driver 1.16.x** is supported for Gaudi.
7478
7579
Refer to the [Gaudi Guide](./docker/gaudi/README.md) to build docker images from source.
7680

0 commit comments

Comments
 (0)