Skip to content

Commit

Permalink
ENH: Add gguf format of codellama-instruct (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
aresnow1 authored Oct 20, 2023
1 parent 14fc29c commit a6bf734
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions xinference/model/llm/llm_family_modelscope.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,39 @@
"model_hub": "modelscope",
"model_id": "AI-ModelScope/CodeLlama-34b-Instruct-hf",
"model_revision": "v1.0.2"
},
{
"model_format": "ggufv2",
"model_size_in_billions": 7,
"quantizations": [
"Q4_K_M"
],
"model_hub": "modelscope",
"model_id": "Xorbits/CodeLlama-7B-Instruct-GGUF",
"model_file_name_template": "codellama-7b-instruct.{quantization}.gguf",
"model_revision": "v0.0.1"
},
{
"model_format": "ggufv2",
"model_size_in_billions": 13,
"quantizations": [
"Q4_K_M"
],
"model_hub": "modelscope",
"model_id": "Xorbits/CodeLlama-13B-Instruct-GGUF",
"model_file_name_template": "codellama-13b-instruct.{quantization}.gguf",
"model_revision": "v0.0.1"
},
{
"model_format": "ggufv2",
"model_size_in_billions": 34,
"quantizations": [
"Q4_K_M"
],
"model_hub": "modelscope",
"model_id": "Xorbits/CodeLlama-34B-Instruct-GGUF",
"model_file_name_template": "codellama-34b-instruct.{quantization}.gguf",
"model_revision": "v0.1.0"
}
],
"prompt_style": {
Expand Down

0 comments on commit a6bf734

Please sign in to comment.