@huggingface/tasks
Advanced tools
Comparing version 0.10.13 to 0.10.14
@@ -36,2 +36,3 @@ import type { ModelData } from "./model-data"; | ||
* And if not (mostly llama.cpp), snippet to copy/paste in your terminal | ||
* Support the placeholder {{GGUF_FILE}} that will be replaced by the gguf file path or the list of available files. | ||
*/ | ||
@@ -38,0 +39,0 @@ snippet: (model: ModelData) => string | string[]; |
{ | ||
"name": "@huggingface/tasks", | ||
"packageManager": "pnpm@8.10.5", | ||
"version": "0.10.13", | ||
"version": "0.10.14", | ||
"description": "List of ML tasks for huggingface.co/tasks", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/huggingface/huggingface.js.git", |
@@ -40,2 +40,3 @@ import type { ModelData } from "./model-data"; | ||
* And if not (mostly llama.cpp), snippet to copy/paste in your terminal | ||
* Support the placeholder {{GGUF_FILE}} that will be replaced by the gguf file path or the list of available files. | ||
*/ | ||
@@ -58,3 +59,3 @@ snippet: (model: ModelData) => string | string[]; | ||
--hf-repo "${model.id}" \\ | ||
--hf-file file.gguf \\ | ||
--hf-file {{GGUF_FILE}} \\ | ||
-p "I believe the meaning of life is" \\ | ||
@@ -61,0 +62,0 @@ -n 128`, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1177174
28875