Skip to content

Commit 7c73582

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9c1c017 commit 7c73582

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

Translation/tests/README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22

33
1. 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+
1313
2. 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+
```

0 commit comments

Comments
 (0)