Skip to content

Commit 3dbe41f

Browse files
committed
resources.
1 parent 6dc8936 commit 3dbe41f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/source/en/quantization/bitsandbytes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,9 @@ double_quant_model = SD3Transformer2DModel.from_pretrained(
252252
quantization_config=double_quant_config,
253253
)
254254
model.dequantize()
255-
```
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

Comments
 (0)