Skip to content

Commit cb7fde9

Browse files
committed
actually enable the test
1 parent 4c0181c commit cb7fde9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
args: "--recompute-swiglu --recompute-norm"
128128
- name: "Offload Opt"
129129
args: "--offload-opt-m --offload-opt-v --offload-master"
130+
- name: "Offload Gradient"
131+
args: "--shard-gradients --offload-grads"
130132
# While not strictly a recomputation, chunked attention should be bitwise identical, too
131133
- name: "Chunked attention"
132134
args: "--recompute-att --attn-bwd-chunks=2"

0 commit comments

Comments
 (0)