Replies: 2 comments 1 reply
-
|
I read the latest update. if self._mtmd_cpp.mtmd_support_vision(self.mtmd_ctx) and self.verbose:
print(f"{self.log_prefix}(_init_mtmd_context): Vision support detected.", file=sys.stderr)
else:
raise ValueError("Vision is not supported by this model"), I guess that if self._mtmd_cpp.mtmd_support_vision(self.mtmd_ctx):
if self.verbose:
print(f"{self.log_prefix}(_init_mtmd_context): Vision support detected.", file=sys.stderr)
else:
pass # No logging
else:
raise ValueError("Vision is not supported by this model") |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Test Feedback: Hybrid / Recurrent Models
Hi all,
I am collecting real-world test results for hybrid+recurrent model/multimodel and HybridCheckpointCache manager.
If you're testing any of these, please reply with:
Even one log or good point helps a lot. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions