The issue here is that if you install flash-attn with a certain torch version and match-runtime = true, then change the torch version, on uv sync, we won't invalidate the already-installed version. (If you use --reinstall, we will correctly rebuild it, because the torch version is part of the cache key; but if it's already-installed, the logic there isn't the same.)