Files
GenAIExamples/CodeGen/tests/README.md
ZePan110 c70b021689 Integrate CodeGen set_env to ut scripts. (#1976)
Signed-off-by: ZePan110 <ze.pan@intel.com>
Co-authored-by: Ying Hu <ying.hu@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-21 12:58:07 +08:00

428 B

CodeGen E2E test scripts

Set the required environment variable

export HUGGINGFACEHUB_API_TOKEN="Your_Huggingface_API_Token"

Run test

On Intel Xeon with TGI:

bash test_compose_on_xeon.sh

On Intel Gaudi with TGI:

bash test_compose_on_gaudi.sh

On AMD ROCm with TGI:

bash test_compose_on_rocm.sh

On AMD ROCm with vLLM:

bash test_compose_vllm_on_rocm.sh