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
Copy file name to clipboardExpand all lines: examples/llm_qat/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ To perform QAD with logits loss, run:
272
272
--backend fsdp2
273
273
```
274
274
275
-
> **_NOTE:_** QAD doesn't support original FSDP - only FSDP2. It also requires quantization to be applied before the FSDP wrapper.
275
+
> **_NOTE:_** QAD doesn't support FSDP1 (https://docs.pytorch.org/docs/stable/fsdp.html) - only FSDP2. It also requires quantization to be applied before the FSDP wrapper.
276
276
277
277
## Testing QAT model with LLM benchmarks for accuracy evaluation
0 commit comments