Files
GenAIExamples/CodeGen/tests/README.md
ZePan110 d1b5113ce0 Integrate CodeGen set_env to ut scripts.
Add README.md for CodeGen UT scripts.
Optimization test check.

Signed-off-by: ZePan110 <ze.pan@intel.com>
2025-04-23 15:52:35 +08:00

34 lines
428 B
Markdown

# CodeGen E2E test scripts
## Set the required environment variable
```bash
export HUGGINGFACEHUB_API_TOKEN="Your_Huggingface_API_Token"
```
## Run test
On Intel Xeon with TGI:
```bash
bash test_compose_on_xeon.sh
```
On Intel Gaudi with TGI:
```bash
bash test_compose_on_gaudi.sh
```
On AMD ROCm with TGI:
```bash
bash test_compose_on_rocm.sh
```
On AMD ROCm with vLLM:
```bash
bash test_compose_vllm_on_rocm.sh
```