You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allow getting the HF file from the HF repo with tag (like ollama), for example:
532
-
* - bartowski/Llama-3.2-3B-Instruct-GGUF:q4
533
-
* - bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M
534
-
* - bartowski/Llama-3.2-3B-Instruct-GGUF:q5_k_s
535
-
* 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)
536
-
*
537
-
* Return pair of <repo, file> (with "repo" already having tag removed)
538
-
*
539
-
* 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.
* Allow getting the HF file from the HF repo with tag (like ollama), for example:
570
+
* - bartowski/Llama-3.2-3B-Instruct-GGUF:q4
571
+
* - bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M
572
+
* - bartowski/Llama-3.2-3B-Instruct-GGUF:q5_k_s
573
+
* 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)
574
+
*
575
+
* Return pair of <repo, file> (with "repo" already having tag removed)
576
+
*
577
+
* 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.
0 commit comments