We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788f1ed commit ac32a9fCopy full SHA for ac32a9f
1 file changed
AudioQnA/tests/README.md
@@ -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
14
+bash test_compose_tgi_on_xeon.sh
15
16
17
+On Intel Xeon with vLLM:
18
19
20
+bash test_compose_on_xeon.sh
21
22
23
+On Intel Gaudi with TGI:
24
25
26
+bash test_compose_tgi_on_gaudi.sh
27
28
29
+On Intel Gaudi with vLLM:
30
31
32
+bash test_compose_on_gaudi.sh
33
34
35
+On AMD ROCm with TGI:
36
37
38
+bash test_compose_on_rocm.sh
39
40
41
+On AMD ROCm with vLLM:
42
43
44
+bash test_compose_vllm_on_rocm.sh
45
0 commit comments