mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-05 02:51:59 +00:00
[application] add lora sft example (#6192)
* [application] add lora sft example * update requirements * update readme * update comment * update ci
This commit is contained in:
3
.github/workflows/run_chatgpt_examples.yml
vendored
3
.github/workflows/run_chatgpt_examples.yml
vendored
@@ -31,13 +31,12 @@ jobs:
|
||||
|
||||
- name: Install Colossal-AI
|
||||
run: |
|
||||
BUILD_EXT=1 pip install --no-cache-dir -v -e .
|
||||
pip install --no-cache-dir -v -e .
|
||||
|
||||
- name: Install ChatGPT
|
||||
run: |
|
||||
cd applications/ColossalChat
|
||||
pip install --no-cache-dir -v .
|
||||
export BUILD_EXT=1
|
||||
pip install --no-cache-dir -r examples/requirements.txt
|
||||
|
||||
- name: Install Transformers
|
||||
|
Reference in New Issue
Block a user