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
661a1ef7
Unverified
Commit
661a1ef7
authored
Aug 30, 2023
by
yingliu-hpc
Committed by
GitHub
Aug 30, 2023
Browse files
Merge pull request #4541 from ver217/coati/chatglm
[coati] update ci
parents
1467e3b4
1c43bfd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
.github/workflows/run_chatgpt_examples.yml
.github/workflows/run_chatgpt_examples.yml
+1
-2
.github/workflows/run_chatgpt_unit_tests.yml
.github/workflows/run_chatgpt_unit_tests.yml
+1
-2
No files found.
.github/workflows/run_chatgpt_examples.yml
View file @
661a1ef7
...
...
@@ -28,9 +28,8 @@ jobs:
-
name
:
Checkout ColossalAI
uses
:
actions/checkout@v2
-
name
:
Install
ColossalAI and
ChatGPT
-
name
:
Install ChatGPT
run
:
|
pip install -e .
cd applications/Chat
pip install -v .
pip install -r examples/requirements.txt
...
...
.github/workflows/run_chatgpt_unit_tests.yml
View file @
661a1ef7
...
...
@@ -30,9 +30,8 @@ jobs:
-
name
:
Checkout ColossalAI
uses
:
actions/checkout@v2
-
name
:
Install
ColossalAI and
ChatGPT
-
name
:
Install ChatGPT
run
:
|
pip install -e .
cd applications/Chat
pip install -v .
pip install -r requirements-test.txt
...
...
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