Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from lmstudio-ai/yagil/update-schema
Browse files Browse the repository at this point in the history
Update schema + fixes
  • Loading branch information
yagil authored Nov 1, 2023
2 parents 8c71dca + 4bb92e2 commit 1faeb67
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 deletions models/CodeLlama-7B-Instruct.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,47 +12,47 @@
"resources": {
"canonicalUrl": "https://ai.meta.com/blog/code-llama-large-language-model-coding/",
"paperUrl": "https://ai.meta.com/research/publications/code-llama-open-foundation-models-for-code/",
"downloadUrl": "https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML"
"downloadUrl": "https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF"
},
"trainedFor": "chat",
"arch": "llama",
"files": {
"highlighted": {
"economical": {
"name": "codellama-7b-instruct.ggmlv3.Q4_K_S.bin"
"name": "codellama-7b-instruct.Q4_K_S.gguf"
},
"most_capable": {
"name": "codellama-7b-instruct.ggmlv3.Q6_K.bin"
"name": "codellama-7b-instruct.Q6_K.gguf"
}
},
"all": [
{
"name": "codellama-7b-instruct.ggmlv3.Q4_K_S.bin",
"url": "https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q4_K_S.bin",
"sizeBytes": 3980309408,
"name": "codellama-7b-instruct.Q4_K_S.gguf",
"url": "https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q4_K_S.gguf",
"sizeBytes": 3856831168,
"quantization": "Q4_K_S",
"format": "ggml",
"sha256checksum": "b2e7d50d8c854c6654c780d2f3320f83ec2931d5828ebf9777cff00ab7f86fac",
"format": "gguf",
"sha256checksum": "2e44d2b7ae28bbe3a2ed698e259cbd3a6bf7fe8f9d351e14b2be17fb690d7f95",
"publisher": {
"name": "TheBloke",
"socialUrl": "https://twitter.com/TheBlokeAI"
},
"respository": "TheBloke/CodeLlama-7B-Instruct-GGML",
"repositoryUrl": "https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML"
"respository": "TheBloke/CodeLlama-7B-Instruct-GGUF",
"repositoryUrl": "https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF"
},
{
"name": "codellama-7b-instruct.ggmlv3.Q6_K.bin",
"url": "https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q6_K.bin",
"sizeBytes": 5649904544,
"name": "codellama-7b-instruct.Q6_K.gguf",
"url": "https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q6_K.gguf",
"sizeBytes": 5529302208,
"quantization": "Q6_K",
"format": "ggml",
"sha256checksum": "abdf0ed996933cce5caee27e0be7ec0734add65bd28d7e235a7eab4b3ec3d762",
"format": "gguf",
"sha256checksum": "2f516cd9c16181832ffceaf94b13e8600d88c9bc8d7f75717d25d8c9cf9aa973",
"publisher": {
"name": "TheBloke",
"socialUrl": "https://twitter.com/TheBlokeAI"
},
"respository": "TheBloke/CodeLlama-7B-Instruct-GGML",
"repositoryUrl": "https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML"
"respository": "TheBloke/CodeLlama-7B-Instruct-GGUF",
"repositoryUrl": "https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion models/Mistral-7B-Instruct-v0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"downloadUrl": "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF"
},
"trainedFor": "chat",
"arch": "llama",
"arch": "mistral",
"files": {
"highlighted": {
"economical": {
Expand Down
6 changes: 3 additions & 3 deletions models/zephyr-7B-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"downloadUrl": "https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF"
},
"trainedFor": "chat",
"arch": "llama",
"arch": "mistral",
"files": {
"highlighted": {
"economical": {
Expand All @@ -29,7 +29,7 @@
{
"name": "zephyr-7b-beta.Q4_K_S.gguf",
"url": "https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q4_K_S.gguf",
"sizeBytes": 4140373664,
"sizeBytes": 4140373696,
"quantization": "Q4_K_S",
"format": "gguf",
"sha256checksum": "cafa0b85b2efc15ca33023f3b87f8d0c44ddcace16b3fb608280e0eb8f425cb1",
Expand All @@ -43,7 +43,7 @@
{
"name": "zephyr-7b-beta.Q6_K.gguf",
"url": "https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q6_K.gguf",
"sizeBytes": 5942064800,
"sizeBytes": 5942064832,
"quantization": "Q6_K",
"format": "gguf",
"sha256checksum": "39b52e291eea6040de078283ee5316ff2a317e2b6f59be56724d9b29bada6cfe",
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"arch": {
"type": "string",
"enum": ["llama", "pythia", "gpt_neo_x", "gpt_j", "mpt", "replit", "starcoder", "falcon"]
"enum": ["llama", "pythia", "gpt-neo-x", "gpt-j", "mpt", "replit", "starcoder", "falcon", "mistral"]
},
"description": {
"type": "string"
Expand Down

0 comments on commit 1faeb67

Please sign in to comment.