Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Japanese README #11

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[![OpenXLab_App][OpenXLab_App-image]][OpenXLab_App-url] | [🆕Update News](#-news) | [🤔Reporting Issues][Issues-url] 丨 [![bilibili][bilibili-image]][bilibili-url]

[English](./README_en-US.md) | [简体中文](./README.md)
[English](./README_en-US.md) | [简体中文](./README.md) | [日本語](./README_ja-JP.md)


[license-image]: ./assets/license.svg
Expand Down
4 changes: 2 additions & 2 deletions README_en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[![OpenXLab_App][OpenXLab_App-image]][OpenXLab_App-url] | [🆕Update News](#-news) | [🤔Reporting Issues][Issues-url] 丨 [![bilibili][bilibili-image]][bilibili-url]

[English](./README_en-US.md) | [简体中文](./README.md)
[English](./README_en-US.md) | [简体中文](./README.md) | [日本語](./README_ja-JP.md)


[license-image]: ./assets/license.svg
Expand Down Expand Up @@ -320,7 +320,7 @@ lmdeploy lite auto_awq Model address to be quantized --work-dir Quantized model
lmdeploy convert internlm2-chat-7b Quantized model address --model-format awq --group-size 128 --dst-path Converted model address
```

- Evaluation `config` writing
- Evaluation `config` writing
```python
from mmengine.config import read_base
from opencompass.models.turbomind import TurboMindModel
Expand Down
Loading