Topping1

Results 6 issues of Topping1

I was running a task on a german language youtube video with the command line `./main -m ggml-base.bin bauer.wav -t 8 -l de -osrt` and the process ran ok until...

enhancement

First, install MinGW sudo apt install mingw-w64 Then, clone the repository git clone https://github.com/ggerganov/whisper.cpp Then, make the following changes to the files: - In ggml.c line 18 change **#include **...

build

CUDA toolkit documentation [link](https://docs.nvidia.com/cuda/nvblas/index.html) states that NVBLAS is a drop-in BLAS replacement. Also states: "The NVBLAS Library is a GPU-accelerated Library that implements BLAS (Basic Linear Algebra Subprograms). It can...

performance

@ggerganov I was wondering if the speedup option can be made so it is customizable, let's say between 1x and 2x, because some audios have a sweet spot of around...

enhancement
low priority

in the "final words" section of your readme file you talk about the possibility of implementing GPT-2. Now that [llama.cpp](https://github.com/ggerganov/llama.cpp) is mature enough, I think It would be great to...

I am using sr4rs version 1.3 and otbtf version 3.3.3-gpu on ubuntu 22.04 (GPU is Quadro P1000). I have downloaded 4 bands of an image (B4,B3,B2,B8) from Sentinel-2 using the...