| { | |
| "dfloat11_config": { | |
| "version": "0.5.0", | |
| "threads_per_block": [ | |
| 512 | |
| ], | |
| "bytes_per_thread": 8, | |
| "pattern_dict": { | |
| "noise_refiner\\.\\d+": [ | |
| "attention.to_q", | |
| "attention.to_k", | |
| "attention.to_v", | |
| "attention.to_out.0", | |
| "feed_forward.w1", | |
| "feed_forward.w2", | |
| "feed_forward.w3", | |
| "adaLN_modulation.0" | |
| ], | |
| "context_refiner\\.\\d+": [ | |
| "attention.to_q", | |
| "attention.to_k", | |
| "attention.to_v", | |
| "attention.to_out.0", | |
| "feed_forward.w1", | |
| "feed_forward.w2", | |
| "feed_forward.w3" | |
| ], | |
| "layers\\.\\d+": [ | |
| "attention.to_q", | |
| "attention.to_k", | |
| "attention.to_v", | |
| "attention.to_out.0", | |
| "feed_forward.w1", | |
| "feed_forward.w2", | |
| "feed_forward.w3", | |
| "adaLN_modulation.0" | |
| ], | |
| "cap_embedder": [ | |
| "1" | |
| ] | |
| } | |
| } | |
| } |