We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6546f54 commit 1975c92Copy full SHA for 1975c92
1 file changed
README.md
@@ -87,7 +87,7 @@ pip install torch==2.7.1 torchvision --extra-index-url https://download.pytorch.
87
pip install -r requirements.txt
88
89
# EditScore runs even without vllm, though we recommend install it for best performance.
90
-pip install vllm --no-build-isolation
+pip install vllm
91
```
92
93
#### 🌏 For users in Mainland China
@@ -98,6 +98,9 @@ pip install torch==2.7.1 torchvision --index-url https://mirror.sjtu.edu.cn/pyto
98
99
# Install other dependencies from Tsinghua mirror
100
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
104
105
106
---
0 commit comments