Skip to content

Commit ac32a9f

Browse files
committed
Add Readme for test scripts
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 788f1ed commit ac32a9f

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

AudioQnA/tests/README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# AudioQnA E2E test scripts
2+
3+
## Set the required environment variable
4+
5+
```bash
6+
export HUGGINGFACEHUB_API_TOKEN="Your_Huggingface_API_Token"
7+
```
8+
9+
## Run test
10+
11+
On Intel Xeon with TGI:
12+
13+
```bash
14+
bash test_compose_tgi_on_xeon.sh
15+
```
16+
17+
On Intel Xeon with vLLM:
18+
19+
```bash
20+
bash test_compose_on_xeon.sh
21+
```
22+
23+
On Intel Gaudi with TGI:
24+
25+
```bash
26+
bash test_compose_tgi_on_gaudi.sh
27+
```
28+
29+
On Intel Gaudi with vLLM:
30+
31+
```bash
32+
bash test_compose_on_gaudi.sh
33+
```
34+
35+
On AMD ROCm with TGI:
36+
37+
```bash
38+
bash test_compose_on_rocm.sh
39+
```
40+
41+
On AMD ROCm with vLLM:
42+
43+
```bash
44+
bash test_compose_vllm_on_rocm.sh
45+
```

0 commit comments

Comments
 (0)