Skip to content

Commit 30f34a4

Browse files
Hotfix: model hub ID mismatch (#2557)
1 parent c235db2 commit 30f34a4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

extensions/model-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janhq/model-extension",
3-
"version": "1.0.29",
3+
"version": "1.0.30",
44
"description": "Model Management Extension provides model exploration and seamless downloads",
55
"main": "dist/index.js",
66
"module": "dist/module.js",
File renamed without changes.

models/mistral-7b/model.json renamed to models/mistral-ins-7b-q4/model.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/mistral-7b-instruct-v0.2.Q4_K_M.gguf"
66
}
77
],
8-
"id": "mistral-7b",
8+
"id": "mistral-ins-7b-q4",
99
"object": "model",
1010
"name": "Mistral Instruct 7B Q4",
1111
"version": "1.0",
@@ -29,7 +29,7 @@
2929
"author": "MistralAI",
3030
"tags": ["Featured", "7B", "Foundational Model"],
3131
"size": 4370000000,
32-
"cover": "https://raw.githubusercontent.com/janhq/jan/dev/models/mistral-7b/cover.png"
32+
"cover": "https://raw.githubusercontent.com/janhq/jan/dev/models/mistral-ins-7b-q4/cover.png"
3333
},
3434
"engine": "nitro"
3535
}

models/stealth-7b/model.json renamed to models/stealth-v1.2-7b/model.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://huggingface.co/janhq/stealth-v1.3-GGUF/resolve/main/stealth-v1.3.Q4_K_M.gguf"
66
}
77
],
8-
"id": "stealth-7b",
8+
"id": "stealth-v1.2-7b",
99
"object": "model",
1010
"name": "Stealth 7B Q4",
1111
"version": "1.0",
File renamed without changes.

models/trinity-7b/model.json renamed to models/trinity-v1.2-7b/model.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://huggingface.co/janhq/trinity-v1.2-GGUF/resolve/main/trinity-v1.2.Q4_K_M.gguf"
66
}
77
],
8-
"id": "trinity-7b",
8+
"id": "trinity-v1.2-7b",
99
"object": "model",
1010
"name": "Trinity-v1.2 7B Q4",
1111
"version": "1.0",
@@ -28,7 +28,7 @@
2828
"author": "Jan",
2929
"tags": ["7B", "Merged", "Featured"],
3030
"size": 4370000000,
31-
"cover": "https://raw.githubusercontent.com/janhq/jan/dev/models/trinity-7b/cover.png"
31+
"cover": "https://raw.githubusercontent.com/janhq/jan/dev/models/trinity-v1.2-7b/cover.png"
3232
},
3333
"engine": "nitro"
3434
}

0 commit comments

Comments
 (0)