]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama-run: Fix model download on Windows (#15988)
authorNikolay Popov <redacted>
Mon, 15 Sep 2025 10:08:30 +0000 (13:08 +0300)
committerGitHub <redacted>
Mon, 15 Sep 2025 10:08:30 +0000 (11:08 +0100)
commit28c39da7c645185ade5436767929d7ec33006033
treec1c07a880f81442ef0ff3b0a0d098dc9c122018d
parent106220562aca42b6738b8f51acfce0db1b8a2fb6
llama-run: Fix model download on Windows (#15988)

* llama-run: Fix model download on Windows
 * fix SSL error (SSL peer certificate or SSH remote key was not OK)
 * fix program crash on std::filesystem::rename

* llama-run: create a separate method to utilize RAII

* llama-run: handle rename exception
tools/run/run.cpp