mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-01-26 19:09:45 +00:00
try to test #1502
This commit is contained in:
2
packages_3rdparty/gguf/quants.py
vendored
2
packages_3rdparty/gguf/quants.py
vendored
@@ -620,6 +620,8 @@ class Q8_0(__Quant, qtype=GGMLQuantizationType.Q8_0):
|
||||
if d.device != x.device:
|
||||
d = d.to(device=x.device)
|
||||
|
||||
x = x.to(cls.computation_dtype)
|
||||
|
||||
return x * d
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user