File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Translation UT test scripts
1+ # Translation E2E test scripts
22
3- 1 . Set the required environment variables
3+ ### Set the required environment variables
44
55 ``` 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"
106 export HUGGINGFACEHUB_API_TOKEN=" Your_Huggingface_API_Token"
117 ```
128
13- 2 . Run UT test
9+ ### Run test
1410
15- On Xeon:
11+ On Intel Xeon with TGI :
1612
1713 ``` bash
1814 bash test_compose_on_xeon.sh
1915 ```
2016
21- On Gaudi:
17+ On Intel Gaudi with TGI :
2218
2319 ``` bash
2420 bash test_compose_on_gaudi.sh
2521 ```
2622
27- On AMD GPU base on TGI:
23+ On AMD ROCm with TGI:
2824
2925 ``` bash
3026 bash test_compose_on_rocm.sh
3127 ```
3228
33- On AMD GPU base on vllm :
29+ On AMD ROCm with vLLM :
3430
3531 ``` bash
3632 bash test_compose_vllm_on_rocm.sh
You can’t perform that action at this time.
0 commit comments