From ff484f77e3bba67239aa41c579c32588cbded88f Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 13 Jan 2025 11:46:42 +0100 Subject: [PATCH] fix style --- common/arg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/arg.cpp b/common/arg.cpp index 74803c6a9..56d46ea2c 100644 --- a/common/arg.cpp +++ b/common/arg.cpp @@ -135,9 +135,9 @@ std::string common_arg::to_string() { * - bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M * - bartowski/Llama-3.2-3B-Instruct-GGUF:q5_k_s * Tag is optional, default to "latest" (meaning it checks for Q4_K_M first, then Q4, then if not found, return the first GGUF file in repo) - * + * * Return pair of (with "repo" already having tag removed) - * + * * Note: we use the Ollama-compatible HF API, but not using the blobId. Instead, we use the special "ggufFile" field which returns the value for "hf_file". This is done to be backward-compatible with existing cache files. */ static std::pair common_get_hf_file(const std::string & hf_repo_with_tag, const std::string & hf_token) {