Skip to content

Commit 5f4547e

Browse files
authored
Merge branch 'main' into xsn/llama_snippet
2 parents 98a2637 + b9222eb commit 5f4547e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/tasks",
33
"packageManager": "[email protected]",
4-
"version": "0.10.20",
4+
"version": "0.10.21",
55
"description": "List of ML tasks for huggingface.co/tasks",
66
"repository": "https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {

packages/tasks/src/local-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const LOCAL_APPS = {
119119
mainTask: "text-generation",
120120
displayOnModelPage: isGgufModel,
121121
deeplink: (model, filepath) =>
122-
new URL(`lmstudio://open_from_hf?model=${model.id}` + filepath ? `&file=${filepath}` : ""),
122+
new URL(`lmstudio://open_from_hf?model=${model.id}${filepath ? `&file=${filepath}` : ""}`),
123123
},
124124
jan: {
125125
prettyLabel: "Jan",

0 commit comments

Comments
 (0)