Skip to content

Commit

Permalink
fix backend setup instruction (InternLM#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharryLee0426 authored Aug 5, 2024
1 parent 515596d commit 5d3072b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Setup FastAPI Server.
python -m mindsearch.app --lang en --model_format internlm_server
```

- `--lang`: language of the model, `en` for English and `zh` for Chinese.
- `--lang`: language of the model, `en` for English and `cn` for Chinese.
- `--model_format`: format of the model.
- `internlm_server` for InternLM2.5-7b-chat with local server. (InternLM2.5-7b-chat has been better optimized for Chinese.)
- `gpt4` for GPT4.
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pip install -r requirements.txt
python -m mindsearch.app --lang en --model_format internlm_server
```

- `--lang`: 模型的语言,`en` 为英语,`zh` 为中文。
- `--lang`: 模型的语言,`en` 为英语,`cn` 为中文。
- `--model_format`: 模型的格式。
- `internlm_server` 为 InternLM2.5-7b-chat 本地服务器。
- `gpt4` 为 GPT4。
Expand Down

0 comments on commit 5d3072b

Please sign in to comment.