You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Install the current repository and upgrade to latest transformers(4.54.0)/flash_attn, transformers 4.55.0 has strange behavior with model backward
101
101
run: |
102
-
pip3 install --no-deps -e .[test]
102
+
pip3 install -e .[test]
103
103
pip3 install --upgrade transformers
104
104
- name: Running rmpad model tests on 8 L20 GPUs + flash_attn 2.5.8
105
105
run: |
@@ -147,8 +147,7 @@ jobs:
147
147
fetch-depth: 0
148
148
- name: Install the current repository and upgrade to latest transformers/flash_attn
149
149
run: |
150
-
pip3 install --no-deps -e .[test]
151
-
pip3 install --upgrade transformers
150
+
pip3 install -e .[test]
152
151
- name: Running FSDP2 rmpad model tests on 8 L20 GPUs + latest flash_attn
0 commit comments