# SAM.cpp - Meta의 Segment Anything Model을 순수 C/C++ 로 구현

> Clean Markdown view of GeekNews topic #10758. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10758](https://news.hada.io/topic?id=10758)
- GeekNews Markdown: [https://news.hada.io/topic/10758.md](https://news.hada.io/topic/10758.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-09-07T10:16:01+09:00
- Updated: 2023-09-07T10:16:01+09:00
- Original source: [github.com/YavorGIvanov](https://github.com/YavorGIvanov/sam.cpp)
- Points: 11
- Comments: 0

## Topic Body

- 원래 Python 으로 구현되어 있던 모델을 GGML 라이브러리를 이용해서 C++로 포팅   
- 경량화된 코드를 통해 다양한 곳에서 이용 가능   
- 원작성자 Georgi Gerganov의 이름을 딴 GGML은 llama.cpp/whisper.cpp 를 만드는데 사용한 양자화 지원 텐서 라이브러리   
  - GPU보다는 CPU에 최적화. 특히 애플 실리콘 M1/M2

## Comments



_No public comments on this page._
