mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-21 06:48:56 +00:00
Add BF16 to GGUF (#2877)
This commit is contained in:
committed by
GitHub
parent
0ced1d0cd0
commit
17a42e5877
@@ -13,6 +13,7 @@ quants_mapping = {
|
||||
gguf.GGMLQuantizationType.Q5_K: gguf.Q5_K,
|
||||
gguf.GGMLQuantizationType.Q6_K: gguf.Q6_K,
|
||||
gguf.GGMLQuantizationType.Q8_0: gguf.Q8_0,
|
||||
gguf.GGMLQuantizationType.BF16: gguf.BF16,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user