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
179558a8
Unverified
Commit
179558a8
authored
Apr 24, 2023
by
Hongxin Liu
Committed by
GitHub
Apr 24, 2023
Browse files
[devops] fix chat ci (#3628)
parent
d7bf2847
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
.github/workflows/run_chatgpt_examples.yml
.github/workflows/run_chatgpt_examples.yml
+4
-0
.github/workflows/run_chatgpt_unit_tests.yml
.github/workflows/run_chatgpt_unit_tests.yml
+10
-6
No files found.
.github/workflows/run_chatgpt_examples.yml
View file @
179558a8
...
...
@@ -13,6 +13,10 @@ on:
jobs
:
tests
:
name
:
Run ChatGPT examples
if
:
|
github.event.pull_request.draft == false &&
github.base_ref == 'main' &&
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
runs-on
:
[
self-hosted
,
gpu
]
container
:
image
:
hpcaitech/pytorch-cuda:1.12.0-11.3.0
...
...
.github/workflows/run_chatgpt_unit_tests.yml
View file @
179558a8
...
...
@@ -4,16 +4,20 @@ on:
pull_request
:
types
:
[
synchronize
,
opened
,
reopened
]
paths
:
-
'
applications/Chat
GPT
/c
h
at
gpt
/**'
-
'
applications/Chat
GPT
/requirements.txt'
-
'
applications/Chat
GPT
/setup.py'
-
'
applications/Chat
GPT
/requirements-test.txt'
-
'
applications/Chat
GPT
/tests/**'
-
'
applications/Chat
GPT
/pytest.ini'
-
'
applications/Chat/c
o
at
i
/**'
-
'
applications/Chat/requirements.txt'
-
'
applications/Chat/setup.py'
-
'
applications/Chat/requirements-test.txt'
-
'
applications/Chat/tests/**'
-
'
applications/Chat/pytest.ini'
jobs
:
tests
:
name
:
Run ChatGPT unit tests
if
:
|
github.event.pull_request.draft == false &&
github.base_ref == 'main' &&
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
runs-on
:
[
self-hosted
,
gpu
]
container
:
image
:
hpcaitech/pytorch-cuda:1.12.0-11.3.0
...
...
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