File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @huggingface/tasks" ,
3
3
"packageManager" :
" [email protected] " ,
4
- "version" : " 0.10.20 " ,
4
+ "version" : " 0.10.21 " ,
5
5
"description" : " List of ML tasks for huggingface.co/tasks" ,
6
6
"repository" : " https://github.com/huggingface/huggingface.js.git" ,
7
7
"publishConfig" : {
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export const LOCAL_APPS = {
119
119
mainTask : "text-generation" ,
120
120
displayOnModelPage : isGgufModel ,
121
121
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 } ` : "" } ` ) ,
123
123
} ,
124
124
jan : {
125
125
prettyLabel : "Jan" ,
You can’t perform that action at this time.
0 commit comments