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
Copy file name to clipboardExpand all lines: packages/tasks/src/local-apps.ts
+15-20Lines changed: 15 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ export type LocalApp = {
57
57
/**
58
58
* And if not (mostly llama.cpp), snippet to copy/paste in your terminal
59
59
* Support the placeholder {{GGUF_FILE}} that will be replaced by the gguf file path or the list of available files.
60
-
* Support the placeholder {{OLLAMA_TAG}} that will be replaced by the list of available quant tags or will be removed if there are no multiple quant files in a same repo.
60
+
* Support the placeholder {{QUANT_TAG}} that will be replaced by the list of available quant tags or will be removed if there are no multiple quant files in a same repo.
0 commit comments