You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
Hi, I want to use sam.cpp github repo to do some image inference. But I can't run any python code to convert any model format, since python always has many many dependent package issues.
But I found I can easily download SAM (Segment Anything Model) with GGUF format, and since GGUF format seems to be replacement for GGML format.
So can you write another github repo to use SAM GGUF format in the sam.cpp?
Thanks,
Motivation
To use new format GGUF to replace old format GGML seems to be necessary.
Possible Implementation
No idea, I need some advices.
The text was updated successfully, but these errors were encountered:
Prerequisites
Feature Description
Hi, I want to use sam.cpp github repo to do some image inference. But I can't run any python code to convert any model format, since python always has many many dependent package issues.
But I found I can easily download SAM (Segment Anything Model) with GGUF format, and since GGUF format seems to be replacement for GGML format.
So can you write another github repo to use SAM GGUF format in the sam.cpp?
Thanks,
Motivation
To use new format GGUF to replace old format GGML seems to be necessary.
Possible Implementation
No idea, I need some advices.
The text was updated successfully, but these errors were encountered: