Skip to content

Commit d6299e6

Browse files
authored
Update README.md
1 parent d247e8c commit d6299e6

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

Translation/tests/README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,32 @@
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

0 commit comments

Comments
 (0)