fix: Phi 3 Mini Instruct model download url replacement
This commit is contained in:
parent
7de6800c54
commit
ef3c090360
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@janhq/inference-cortex-extension",
|
"name": "@janhq/inference-cortex-extension",
|
||||||
"productName": "Cortex Inference Engine",
|
"productName": "Cortex Inference Engine",
|
||||||
"version": "1.0.21",
|
"version": "1.0.22",
|
||||||
"description": "This extension embeds cortex.cpp, a lightweight inference engine written in C++. See https://jan.ai.\nAdditional dependencies could be installed to run without Cuda Toolkit installation.",
|
"description": "This extension embeds cortex.cpp, a lightweight inference engine written in C++. See https://jan.ai.\nAdditional dependencies could be installed to run without Cuda Toolkit installation.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"node": "dist/node/index.cjs.js",
|
"node": "dist/node/index.cjs.js",
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"url": "https://huggingface.co/cortexso/phi3/resolve/main/model.gguf",
|
"url": "https://huggingface.co/bartowski/Phi-3-mini-4k-instruct-GGUF/resolve/main/Phi-3-mini-4k-instruct-Q4_K_M.gguf",
|
||||||
"filename": "model.gguf"
|
"filename": "Phi-3-mini-4k-instruct-Q4_K_M.gguf"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"id": "phi3-3.8b",
|
"id": "phi3-3.8b",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"ctx_len": 4096,
|
"ctx_len": 4096,
|
||||||
"prompt_template": "<|user|>\n{prompt}<|end|>\n<|assistant|>\n",
|
"prompt_template": "<|user|>\n{prompt}<|end|>\n<|assistant|>\n",
|
||||||
"llama_model_path": "model.gguf",
|
"llama_model_path": "Phi-3-mini-4k-instruct-Q4_K_M.gguf",
|
||||||
"ngl": 33
|
"ngl": 33
|
||||||
},
|
},
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"url": "https://huggingface.co/bartowski/Phi-3-medium-128k-instruct-GGUF/resolve/main/Phi-3-medium-128k-instruct-Q4_K_M.gguf",
|
"url": "https://huggingface.co/bartowski/Phi-3-mini-4k-instruct-GGUF/resolve/main/Phi-3-mini-4k-instruct-Q4_K_M.gguf",
|
||||||
"filename": "Phi-3-medium-128k-instruct-Q4_K_M.gguf"
|
"filename": "Phi-3-mini-4k-instruct-Q4_K_M.gguf"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"id": "phi3-medium",
|
"id": "phi3-medium",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"ctx_len": 128000,
|
"ctx_len": 128000,
|
||||||
"prompt_template": "<|user|> {prompt}<|end|><|assistant|>",
|
"prompt_template": "<|user|> {prompt}<|end|><|assistant|>",
|
||||||
"llama_model_path": "Phi-3-medium-128k-instruct-Q4_K_M.gguf",
|
"llama_model_path": "Phi-3-mini-4k-instruct-Q4_K_M.gguf",
|
||||||
"ngl": 33
|
"ngl": 33
|
||||||
},
|
},
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user