From ffdc91752354ce688c327af0abd0bd9c9e6a31c5 Mon Sep 17 00:00:00 2001 From: Jishnu Nair Date: Fri, 17 Jan 2025 08:38:09 +0530 Subject: [PATCH] [Doc] Installation.md update (#1830) --- docs/en/get_started/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/get_started/installation.md b/docs/en/get_started/installation.md index 97da5274..027b09fb 100644 --- a/docs/en/get_started/installation.md +++ b/docs/en/get_started/installation.md @@ -63,7 +63,7 @@ vllm serve facebook/opt-125m 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. ```bash -pip install opencompass[api] +pip install "opencompass[api]" # pip install openai # GPT-3.5-Turbo / GPT-4-Turbo / GPT-4 / GPT-4o (API) # pip install anthropic # Claude (API) @@ -79,7 +79,7 @@ The basic installation supports most fundamental datasets. For certain datasets 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. ```bash -pip install opencompass[full] +pip install "opencompass[full]" ``` For HumanEvalX / HumanEval+ / MBPP+, you need to manually clone the Git repository and install it.