Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ggml-ci : add workflows #2787

Open
ggerganov opened this issue Feb 4, 2025 · 0 comments
Open

ggml-ci : add workflows #2787

ggerganov opened this issue Feb 4, 2025 · 0 comments
Labels
build Build related issues roadmap Part of a roadmap project

Comments

@ggerganov
Copy link
Owner

The ggml-ci is an extremely valuable resource that allows to run heavy workloads across a wider-range of hardware. It works by utilizing self-hosted nodes in the cloud and on-premise. For example, here is the current list of workflows running for llama.cpp:

Image

The ggml-ci workflows are defined via a very simple Bash script. For more information, check the ggml-ci repository. Here are a couple of examples scripts that have been used successfully for a very long time:

The goal of this issue is to add a similar ggml-ci workflow for whisper.cpp that would run on all commits on the master branch and for upcoming pull requests from collaborators. This would allow us to verify integrity of the results across different hardware and would improve the development process significantly.

@ggerganov ggerganov added build Build related issues roadmap Part of a roadmap project labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build related issues roadmap Part of a roadmap project
Projects
Development

No branches or pull requests

1 participant