Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
bd4840f1
Unverified
Commit
bd4840f1
authored
Jan 19, 2022
by
BoxiangW
Committed by
GitHub
Jan 19, 2022
Browse files
Update workflow files and README.md (#166)
parent
1949d3a8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletion
+26
-1
.github/workflows/close_inactive.yml
.github/workflows/close_inactive.yml
+22
-0
README.md
README.md
+4
-1
No files found.
.github/workflows/close_inactive.yml
0 → 100644
View file @
bd4840f1
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 }}
\ No newline at end of file
README.md
View file @
bd4840f1
# 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment