# Whisper.cpp 1.4.0 릴리즈

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9087](https://news.hada.io/topic?id=9087)
- GeekNews Markdown: [https://news.hada.io/topic/9087.md](https://news.hada.io/topic/9087.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-05-02T10:36:09+09:00
- Updated: 2023-05-02T10:36:09+09:00
- Original source: [github.com/ggerganov](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.4.0)
- Points: 13
- Comments: 1

## Topic Body

- 정수형 양자화(integer quantization) 지원: ggml Whisper 모델을 기본 16bit 실수형 가중치를 4,6,8bit 정수형 가중치로 전환 가능   
  - 디스크 크기 및 메모리 사용량을 줄여서 일부 아키텍처에서 더 빠르게 실행  
  - llama.cpp 프로젝트에 기여된 코드에 의해서 가능해진 것  
- cuBLAS를 이용하여 NVIDIA GPU 지원

## Comments



### Comment 15889

- Author: xguru
- Created: 2023-05-02T10:48:18+09:00
- Points: 1

[Whisper.cpp - OpenAI Whisper의 고성능 C/C++ 구현체](https://news.hada.io/topic?id=8621)
