[application] add lora sft example (#6192)

* [application] add lora sft example

* update requirements

* update readme

* update comment

* update ci
This commit is contained in:
Hongxin Liu
2025-02-18 13:06:38 +08:00
committed by GitHub
parent d20c8ffd97
commit d54642a263
5 changed files with 565 additions and 3 deletions

View File

@@ -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