fix: broken model.json update (#2099)
This commit is contained in:
parent
8baebaf2bb
commit
53006dd26e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@janhq/model-extension",
|
"name": "@janhq/model-extension",
|
||||||
"version": "1.0.24",
|
"version": "1.0.25",
|
||||||
"description": "Model Management Extension provides model exploration and seamless downloads",
|
"description": "Model Management Extension provides model exploration and seamless downloads",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/module.js",
|
"module": "dist/module.js",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"source": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"url": "https://huggingface.co/TheBloke/dolphin-2_6-phi-2-GGUF/resolve/main/dolphin-2_6-phi-2.Q8_0.gguf",
|
"url": "https://huggingface.co/TheBloke/dolphin-2_6-phi-2-GGUF/resolve/main/dolphin-2_6-phi-2.Q8_0.gguf",
|
||||||
"filename": "dolphin-2_6-phi-2.Q8_0.gguf"
|
"filename": "dolphin-2_6-phi-2.Q8_0.gguf"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"source": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"url":"https://huggingface.co/janhq/llamacorn-1.1b-chat-GGUF/resolve/main/llamacorn-1.1b-chat.Q8_0.gguf",
|
"url":"https://huggingface.co/janhq/llamacorn-1.1b-chat-GGUF/resolve/main/llamacorn-1.1b-chat.Q8_0.gguf",
|
||||||
"filename": "llamacorn-1.1b-chat.Q8_0.gguf"
|
"filename": "llamacorn-1.1b-chat.Q8_0.gguf"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"source": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"url": "https://huggingface.co/TheBloke/stablelm-zephyr-3b-GGUF/resolve/main/stablelm-zephyr-3b.Q8_0.gguf",
|
"url": "https://huggingface.co/TheBloke/stablelm-zephyr-3b-GGUF/resolve/main/stablelm-zephyr-3b.Q8_0.gguf",
|
||||||
"filename": "stablelm-zephyr-3b.Q8_0.gguf"
|
"filename": "stablelm-zephyr-3b.Q8_0.gguf"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user