pull/5759/head
YeAnbang 2024-06-07 07:01:00 +00:00
parent ac1520cb8f
commit 790e1362a6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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