You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/get_started/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ vllm serve facebook/opt-125m
63
63
OpenCompass supports different commercial model API calls, which you can install via pip or by referring to the [API dependencies](https://github.com/open-compass/opencompass/blob/main/requirements/api.txt) for specific API model dependencies.
@@ -79,7 +79,7 @@ The basic installation supports most fundamental datasets. For certain datasets
79
79
You can install these through pip or refer to the [additional dependencies](<(https://github.com/open-compass/opencompass/blob/main/requirements/extra.txt)>) for specific dependencies.
80
80
81
81
```bash
82
-
pip install opencompass[full]
82
+
pip install "opencompass[full]"
83
83
```
84
84
85
85
For HumanEvalX / HumanEval+ / MBPP+, you need to manually clone the Git repository and install it.
0 commit comments