Skip to content

Releases: lovemefan/SenseVoice.cpp

Release V1.3.1

24 Oct 05:11
Compare
Choose a tag to compare
  1. fix IM2COL operator bug in CUDA and Metal, faster about 30% on gpu than mixed computation
  2. bug fix : avoid j out of index when compute fbank @lovemefan

Tanks ggml-org and @Ivy233 ggerganov/ggml#991

Release V1.3.0

07 Oct 10:10
Compare
Choose a tag to compare

🎉🎉🎉Support more GPU backend (hybrid cpu and gpu backend because of im2col operator), such as CUDA, Vulkan, CANN (not tested without ascend machine)

v1.2.0

04 Oct 03:50
Compare
Choose a tag to compare
  1. Support Matel backend (hybrid cpu and gpu backend)
  2. fix bug about CUDA norm by @Ivy233 #18
  3. fix tesnor set error by @pockers21 #11

v1.1.0

02 Sep 03:21
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

Support Q3, Q4, Q5, Q6, Q8 quantization model.