mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-28 11:45:23 +00:00
Update workflow files and README.md (#166)
This commit is contained in:
parent
1949d3a889
commit
bd4840f1f1
22
.github/workflows/close_inactive.yml
vendored
Normal file
22
.github/workflows/close_inactive.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: Close inactive issues
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
days-before-issue-stale: 14
|
||||
days-before-issue-close: 14
|
||||
stale-issue-label: "stale"
|
||||
stale-issue-message: "This issue is stale because it has been open for 14 days with no activity."
|
||||
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
|
||||
days-before-pr-stale: 14
|
||||
days-before-pr-close: 14
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
@ -1,9 +1,12 @@
|
||||
# Colossal-AI
|
||||
|
||||

|
||||
[](https://www.colossalai.org/)
|
||||
|
||||
<div align="center">
|
||||
<h3> <a href="https://arxiv.org/abs/2110.14883"> Paper </a> | <a href="https://www.colossalai.org/"> Documentation </a> | <a href="https://github.com/hpcaitech/ColossalAI/discussions"> Forum </a> | <a href="https://medium.com/@hpcaitech"> Blog </a></h3>
|
||||
|
||||
[](https://github.com/hpcaitech/ColossalAI/actions/workflows/build.yml)
|
||||
[](https://colossalai.readthedocs.io/en/latest/?badge=latest)
|
||||
</div>
|
||||
An integrated large-scale model training system with efficient parallelization techniques.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user