Skip to content

Commit ffdc917

Browse files
[Doc] Installation.md update (#1830)
1 parent 70da9b7 commit ffdc917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/get_started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ vllm serve facebook/opt-125m
6363
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.
6464

6565
```bash
66-
pip install opencompass[api]
66+
pip install "opencompass[api]"
6767

6868
# pip install openai # GPT-3.5-Turbo / GPT-4-Turbo / GPT-4 / GPT-4o (API)
6969
# pip install anthropic # Claude (API)
@@ -79,7 +79,7 @@ The basic installation supports most fundamental datasets. For certain datasets
7979
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.
8080

8181
```bash
82-
pip install opencompass[full]
82+
pip install "opencompass[full]"
8383
```
8484

8585
For HumanEvalX / HumanEval+ / MBPP+, you need to manually clone the Git repository and install it.

0 commit comments

Comments
 (0)