mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-21 09:23:49 +00:00
update no cache
This commit is contained in:
parent
10b72a32b1
commit
42fcc16772
8
.github/workflows/run_chatgpt_examples.yml
vendored
8
.github/workflows/run_chatgpt_examples.yml
vendored
@ -31,18 +31,18 @@ jobs:
|
||||
|
||||
- name: Install Colossal-AI
|
||||
run: |
|
||||
BUILD_EXT=1 pip install -v -e .
|
||||
BUILD_EXT=1 pip install --no-cache-dir -v -e .
|
||||
|
||||
- name: Install ChatGPT
|
||||
run: |
|
||||
cd applications/ColossalChat
|
||||
pip install -v .
|
||||
pip install --no-cache-dir -v .
|
||||
export BUILD_EXT=1
|
||||
pip install -r examples/requirements.txt
|
||||
pip install --no-cache-dir -r examples/requirements.txt
|
||||
|
||||
- name: Install Transformers
|
||||
run: |
|
||||
pip install transformers==4.36.2
|
||||
pip install --no-cache-dir transformers==4.36.2
|
||||
|
||||
- name: Execute Examples
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user