Files
llama.cpp/tools
Pascal c368a4a98c tests: serialize the router tests that download the same model
Parallel workers share one cache, so the two tests fetch the same blob
into the same in-progress file and race to rename it. They now take a
file lock around the download, like the session fixture does for the
preset models.
2026-09-11 23:08:26 +02:00
..