Skip to content

Commit

Permalink
Merge branch 'v1.0.0' of https://github.com/InternLM/lagent into v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braisedpork1964 committed Oct 24, 2024
2 parents bc4ebf6 + 0db732c commit 53023cd
Show file tree
Hide file tree
Showing 14 changed files with 951 additions and 1,506 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ repos:
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.32.0
- repo: https://github.com/psf/black
rev: 22.8.0
hooks:
- id: yapf
- id: black
args: ["--line-length", "119", "--skip-string-normalization"]


- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down
510 changes: 475 additions & 35 deletions README.md

Large diffs are not rendered by default.

23 changes: 0 additions & 23 deletions docs/en/get_started/overview.md

This file was deleted.

509 changes: 454 additions & 55 deletions docs/en/get_started/quickstart.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ You can switch between English and Chinese in the lower-left corner of the layou
:maxdepth: 2
:caption: Get Started

get_started/overview.md
get_started/install.md
get_started/quickstart.md

Expand Down
23 changes: 0 additions & 23 deletions docs/zh_cn/get_started/overview.md

This file was deleted.

87 changes: 0 additions & 87 deletions docs/zh_cn/get_started/quickstart.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/zh_cn/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
:maxdepth: 2
:caption: 新手入门

get_started/overview.md
get_started/install.md
get_started/quickstart.md

.. toctree::
:maxdepth: 2
Expand Down
99 changes: 0 additions & 99 deletions examples/internlm2_agent_cli_demo.py

This file was deleted.

Loading

0 comments on commit 53023cd

Please sign in to comment.