File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
331 . Set the required environment variables
44
5- ``` bash
6- # Example: host_ip="192.168.1.1"
7- export host_ip=" External_Public_IP"
8- # Example: no_proxy="localhost, 127.0.0.1, 192.168.1.1"
9- export no_proxy=" Your_No_Proxy"
10- export HUGGINGFACEHUB_API_TOKEN=" Your_Huggingface_API_Token"
11- ```
12-
5+ ``` bash
6+ # Example: host_ip="192.168.1.1"
7+ export host_ip=" External_Public_IP"
8+ # Example: no_proxy="localhost, 127.0.0.1, 192.168.1.1"
9+ export no_proxy=" Your_No_Proxy"
10+ export HUGGINGFACEHUB_API_TOKEN=" Your_Huggingface_API_Token"
11+ ```
12+
13132 . Run UT test
1414
15- On Xeon:
15+ On Xeon:
1616
17- ` ` ` bash
18- bash test_compose_on_xeon.sh
19- ` ` `
17+ ``` bash
18+ bash test_compose_on_xeon.sh
19+ ```
2020
21- On Gaudi:
21+ On Gaudi:
2222
23- ` ` ` bash
24- bash test_compose_on_gaudi.sh
25- ` ` `
23+ ``` bash
24+ bash test_compose_on_gaudi.sh
25+ ```
2626
27- On AMD GPU base on TGI:
27+ On AMD GPU base on TGI:
2828
29- ` ` ` bash
30- bash test_compose_on_rocm.sh
31- ` ` `
29+ ``` bash
30+ bash test_compose_on_rocm.sh
31+ ```
3232
33- On AMD GPU base on vllm:
33+ On AMD GPU base on vllm:
3434
35- ` ` ` bash
36- bash test_compose_vllm_on_rocm.sh
37- ` ` `
35+ ``` bash
36+ bash test_compose_vllm_on_rocm.sh
37+ ```
You can’t perform that action at this time.
0 commit comments