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 44cd8d9 commit 07c2e2fCopy full SHA for 07c2e2f
convert_hf_to_gguf.py
@@ -1103,7 +1103,7 @@ def set_gguf_parameters(self):
1103
1104
# preprocessor config
1105
self.gguf_writer.add_vision_image_mean(self.preprocessor_config["image_mean"])
1106
- self.gguf_writer.add_vision_image_std(self.preprocessor_config["image_mean"])
+ self.gguf_writer.add_vision_image_std(self.preprocessor_config["image_std"])
1107
1108
def write_vocab(self):
1109
raise ValueError("VisionModel does not support vocab writing")
0 commit comments