From: YavorGIvanov Date: Fri, 18 Aug 2023 11:59:51 +0000 (+0300) Subject: Update README to point to SAM example X-Git-Tag: upstream/0.0.1642~1276 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=08c57df1b98ff94d065c0ee2f42294a5bde6bb7b;p=pkg%2Fggml%2Fsources%2Fggml Update README to point to SAM example --- diff --git a/README.md b/README.md index ec22c972..ebb26296 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Example of Falcon inference [cmp-nct/ggllm.cpp](https://github.com/cmp-nct/ggllm.cpp) - [X] Example of BLOOM inference [NouamaneTazi/bloomz.cpp](https://github.com/NouamaneTazi/bloomz.cpp) - [X] Example of RWKV inference [saharNooby/rwkv.cpp](https://github.com/saharNooby/rwkv.cpp) -- [ ] Example of [SAM](https://github.com/facebookresearch/segment-anything) inference +- [X] Example of SAM inference [examples/sam](https://github.com/ggerganov/ggml/tree/master/examples/sam) - [X] Idea for GPU support: https://github.com/ggerganov/llama.cpp/discussions/915 - [X] Example of StableLM (GPT-NeoX) inference [examples/gpt-neox](https://github.com/ggerganov/ggml/tree/master/examples/gpt-neox) - [X] Example of BERT inference [skeskinen/bert.cpp](https://github.com/skeskinen/bert.cpp) @@ -41,9 +41,9 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Example of MPT inference [examples/mpt](https://github.com/ggerganov/ggml/tree/master/examples/mpt) - [X] Example of Replit inference [examples/replit](https://github.com/ggerganov/ggml/tree/master/examples/replit) - [X] Example of BioGPT inference [PABannier/biogpt.cpp](https://github.com/PABannier/biogpt.cpp) -- [X] Example of Encodec inference [PABannier/encodec.cpp](https://github.com/PABannier/encodec.cpp) +- [X] Example of Encodec inference [PABannier/encodec.cpp](https://github.com/PABannier/encodec.cpp) - [X] Example of CLIP inference [monatis/clip.cpp](https://github.com/monatis/clip.cpp) -- [X] Example of MiniGPT4 inference [Maknee/minigpt4.cpp](https://github.com/Maknee/minigpt4.cpp) +- [X] Example of MiniGPT4 inference [Maknee/minigpt4.cpp](https://github.com/Maknee/minigpt4.cpp) - [X] Example of ChatGLM inference [li-plus/chatglm.cpp](https://github.com/li-plus/chatglm.cpp) - [X] Example of Stable Diffusion inference [leejet/stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) diff --git a/examples/sam/README.md b/examples/sam/README.md index 74b53c39..fa4b993f 100644 --- a/examples/sam/README.md +++ b/examples/sam/README.md @@ -12,7 +12,7 @@ The example currently supports only the [ViT-B SAM model checkpoint](https://hug - [ ] Remove redundant graph nodes - [ ] Make inference faster - [ ] Fix the difference in output masks compared to the PyTorch implementation -- [ ] Filter masks based on stability score and based on boxes, which touch crop boundaries +- [X] Filter masks based on stability score - [ ] Add support for user input - [ ] Support F16 for heavy F32 ops - [ ] Test quantization