We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc8936 commit 3dbe41fCopy full SHA for 3dbe41f
docs/source/en/quantization/bitsandbytes.md
@@ -252,4 +252,9 @@ double_quant_model = SD3Transformer2DModel.from_pretrained(
252
quantization_config=double_quant_config,
253
)
254
model.dequantize()
255
-```
+```
256
+
257
+## Resources
258
259
+* [End-to-end notebook showing Flux.1 Dev inference in a free-tier Colab](https://gist.github.com/sayakpaul/c76bd845b48759e11687ac550b99d8b4)
260
+* [Training](https://gist.github.com/sayakpaul/05afd428bc089b47af7c016e42004527)
0 commit comments