Skip to content

Commit 24159da

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents d929361 + b29a26a commit 24159da

File tree

585 files changed

+29715
-7653
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

585 files changed

+29715
-7653
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Close Stale Issues
2+
on:
3+
schedule:
4+
- cron: '0 0 * * *'
5+
workflow_dispatch:
6+
7+
jobs:
8+
close-stale:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Close stale issues
12+
uses: actions/stale@v8
13+
with:
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
days-before-stale: 90
16+
days-before-close: 7
17+
stale-issue-message: 'This issue has been inactive for over 3 months and will be automatically closed in 7 days. If this issue is still relevant, please reply to this message.'
18+
close-issue-message: 'This issue has been automatically closed due to inactivity. If needed, it can be reopened.'
19+
stale-issue-label: 'stale'
20+
exempt-all-issue-labels: true

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please refer to our [Code of Conduct documentation](./CODE_OF_CONDUCT.md).
2424
### Submitting PR (Pull Requests)
2525

2626
Any feature development is carried out in the form of Fork and then PR on GitHub.
27-
1. Fork: Go to the [SWIFT](https://github.com/modelscope/swift) page and click the **Fork button**. After completion, a SWIFT code repository will be cloned under your personal organization.
27+
1. Fork: Go to the [ms-swift](https://github.com/modelscope/ms-swift) page and click the **Fork button**. After completion, a SWIFT code repository will be cloned under your personal organization.
2828
2. Clone: Clone the code repository generated in the first step to your local machine and **create a new branch** for development. During development, please click the **Sync Fork button** in time to synchronize with the `main` branch to prevent code expiration and conflicts.
2929
3. Submit PR: After development and testing, push the code to the remote branch. On GitHub, go to the **Pull Requests page**, create a new PR, select your code branch as the source branch, and the `modelscope/swift:main` branch as the target branch.
3030

CONTRIBUTING_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
任何feature开发都在github上以先Fork后PR的形式进行。
3131

32-
1. Fork:进入[SWIFT](https://github.com/modelscope/swift)页面后,点击**Fork按钮**执行。完成后会在您的个人组织下克隆出一个SWIFT代码库
32+
1. Fork:进入[ms-swift](https://github.com/modelscope/ms-swift)页面后,点击**Fork按钮**执行。完成后会在您的个人组织下克隆出一个SWIFT代码库
3333

3434
2. Clone:将第一步产生的代码库clone到本地并**拉新分支**进行开发,开发中请及时点击**Sync Fork按钮**同步`main`分支,防止代码过期并冲突
3535

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ recursive-include swift/utils *.py
22
recursive-include swift/llm/dataset/data *.*
33
recursive-include swift/llm/ds_config *.json
44
recursive-include requirements *.txt
5-
recursive-include swift/plugin/agent *.json
5+
recursive-include swift/plugin/loss_scale/config *.json

README.md

Lines changed: 45 additions & 41 deletions
Large diffs are not rendered by default.

README_CN.md

Lines changed: 45 additions & 39 deletions
Large diffs are not rendered by default.

asset/wechat.png

-49.5 KB
Loading

docs/resources/asyncengine.png

933 KB
Loading

docs/resources/gym_env.png

198 KB
Loading
-689 KB
Binary file not shown.

0 commit comments

Comments
 (0)