ggerganov / llama.cpp

LLM inference in C/C++
MIT License
60.95k stars 8.7k forks source link

disable docker CI on pull requests #8110

Closed slaren closed 3 days ago

slaren commented 3 days ago

Building the docker images doesn't really add anything on pull requests because the build is already tested in build.yml, but it takes a lot of time that may delay other checks.