llama-cpp-python
llama-cpp-python copied to clipboard
Workflow speed up - POST PART 1
@Smartappli I was looking at this a few months ago as well because uv is a pretty amazing tool. The issue I ran into however is that it doesn't log the output of subcommands (ie cmake), so if the build fails it's kinda tough to debug.
Related Issue and PR
@abetlen Thank you for your advice. I think I have solved this problem.
I tried setting RUST_LOG=trace locally but I still don't see the actual logs from the cmake build system.
Ping @abetlen
@Smartappli thank you for your contribution and patience on this one, merging now that uv has support for the build logs with --verbose