Skip to content

Commit ff484f7

Browse files
committed
fix style
1 parent d7b5bf8 commit ff484f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/arg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ std::string common_arg::to_string() {
135135
* - bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M
136136
* - bartowski/Llama-3.2-3B-Instruct-GGUF:q5_k_s
137137
* 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)
138-
*
138+
*
139139
* Return pair of <repo, file> (with "repo" already having tag removed)
140-
*
140+
*
141141
* 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.
142142
*/
143143
static std::pair<std::string, std::string> common_get_hf_file(const std::string & hf_repo_with_tag, const std::string & hf_token) {

0 commit comments

Comments
 (0)