Files
GenAIExamples/ProductivitySuite/tests/README.md
2025-05-16 15:16:38 +08:00

16 lines
233 B
Markdown

# ProductivitySuite 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
```