Skip to content

Commit 1975c92

Browse files
committed
update readme
1 parent 6546f54 commit 1975c92

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pip install torch==2.7.1 torchvision --extra-index-url https://download.pytorch.
8787
pip install -r requirements.txt
8888

8989
# EditScore runs even without vllm, though we recommend install it for best performance.
90-
pip install vllm --no-build-isolation
90+
pip install vllm
9191
```
9292

9393
#### 🌏 For users in Mainland China
@@ -98,6 +98,9 @@ pip install torch==2.7.1 torchvision --index-url https://mirror.sjtu.edu.cn/pyto
9898

9999
# Install other dependencies from Tsinghua mirror
100100
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
101+
102+
# EditScore runs even without vllm, though we recommend install it for best performance.
103+
pip install vllm -i https://pypi.tuna.tsinghua.edu.cn/simple
101104
```
102105

103106
---

0 commit comments

Comments
 (0)