mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-05 11:37:14 +00:00
merge
This commit is contained in:
parent
ac1520cb8f
commit
790e1362a6
2
.github/workflows/run_chatgpt_examples.yml
vendored
2
.github/workflows/run_chatgpt_examples.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Transformers
|
- name: Install Transformers
|
||||||
run: |
|
run: |
|
||||||
pip install transformers==4.34.1
|
pip install transformers==4.36.2
|
||||||
|
|
||||||
- name: Execute Examples
|
- name: Execute Examples
|
||||||
run: |
|
run: |
|
||||||
|
@ -281,7 +281,7 @@ echo "[Test]: testing ppo ..."
|
|||||||
|
|
||||||
|
|
||||||
SKIPPED_TESTS=(
|
SKIPPED_TESTS=(
|
||||||
llama-3d # 3d plugin doesn't support lora
|
# llama-3d # 3d plugin doesn't support lora
|
||||||
llama-gemini # gemini doesn't support lora
|
llama-gemini # gemini doesn't support lora
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user