mirror of https://github.com/hpcaitech/ColossalAI
merge
parent
ac1520cb8f
commit
790e1362a6
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
- name: Install Transformers
|
||||
run: |
|
||||
pip install transformers==4.34.1
|
||||
pip install transformers==4.36.2
|
||||
|
||||
- name: Execute Examples
|
||||
run: |
|
||||
|
|
|
@ -281,7 +281,7 @@ echo "[Test]: testing ppo ..."
|
|||
|
||||
|
||||
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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue