Replies: 2 comments 1 reply
I read the latest update. ifself._mtmd_cpp.mtmd_support_vision(self.mtmd_ctx) andself.verbose:
print(f"{self.log_prefix}(_init_mtmd_context): Vision support detected.", file=sys.stderr)
else:
raiseValueError("Vision is not supported by this model"), I guess that ifself._mtmd_cpp.mtmd_support_vision(self.mtmd_ctx):
ifself.verbose:
print(f"{self.log_prefix}(_init_mtmd_context): Vision support detected.", file=sys.stderr)
else:
pass# No loggingelse:
raiseValueError("Vision is not supported by this model") |
1 reply
Sign up for freeto 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!
All reactions