Skip to content

Commit ac8bf67

Browse files
Fix README scripts and env export duplicates
1 parent ef5a1ee commit ac8bf67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pytorch/Embedding/bge_reranker_large/READE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ pip install -U huggingface_hub
99
```
1010
2. export env
1111
```shell
12-
export export HF_ENDPOINT=https://hf-mirror.com
12+
export HF_ENDPOINT=https://hf-mirror.com
1313
```
1414

1515
3. Test
1616
```shell
17-
python perf_flag_reranker.py
17+
python bge_reranker_large.py
1818
```

pytorch/Embedding/m3e_base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ pip install -U huggingface_hub
99
```
1010
2. export env
1111
```shell
12-
export export HF_ENDPOINT=https://hf-mirror.com
12+
export HF_ENDPOINT=https://hf-mirror.com
1313
```
1414

1515
3. Test
1616
```shell
17-
python perf_m3_base.py
17+
python perf_m3e_base.py
1818
```

0 commit comments

Comments
 (0)