Geordie J

Results 57 comments of Geordie J

Is there an internal function to list the extensions or do I need to use something like this: http://www.geeks3d.com/20100722/tips-how-to-get-the-list-of-the-opengl-extensions-with-a-core-profile/ ? I did log the result of `isExtensionSupported("GL_EXT_bgra")` specifically in `GPU_init`...

In case you were wondering, I have left this for now. I'm pretty sure your hunch is right about Mac considering it core, but I find the performance of swapping...

I just added the `Service Usage Admin` role to the skyplane service account and now I get a different error: ``` ❌ GCPServer(region_tag=gcp:us-west1-b, instance_name=skyplane-gcp-410fdbe8814c4fb9b02f089f18d86144) encountered error: Traceback (most recent call...

I even tried giving the skyplane manual Service Account `Owner` permissions and it still fails with the above error. I have now given the "Compute Engine default service account" `Owner`...

You first need to download the model via `make [MODEL_NAME]`. This is described further in the readme.

You'll need to fine tune the original whisper model in python and then convert the fine-tuned model to ggml for use in whisper.cpp. I have never done either before so...

You can download an earlier version of python e.g. from `brew` on macOS by typing `brew install [email protected]`. You could also using `conda` to create a controlled development environment with...

I just had a look through the updated code and other than the code comment that I suggested we add this looks great to me 🚀 Feel free to press...

> You're welcome to use those. How can we tell the NDK to use the "native" brew versions? Is this trivial or does it require digging into the internals. In...

Hi @paulfd, I have a question about this: if "all files" are loaded in RAM, does that mean uncompressed files or the compressed ones? Would be a big difference for...