Skip to content

Commit

Permalink
fix: correct tensorrt mistral model.json (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-menlo authored Mar 18, 2024
1 parent 897d6d1 commit 170954a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions extensions/tensorrt-llm-extension/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,15 @@
"format": "TensorRT-LLM",
"settings": {
"ctx_len": 2048,
"text_model": false,
"prompt_template": "[INST] {prompt} [/INST]"
"text_model": false
},
"parameters": {
"max_tokens": 4096
},
"metadata": {
"author": "MistralAI",
"author": "LLama",
"tags": ["TensorRT-LLM", "1B", "Finetuned"],
"size": 3840000000
"size": 2151000000
},
"engine": "nitro-tensorrt-llm"
},
Expand Down Expand Up @@ -141,15 +140,16 @@
"format": "TensorRT-LLM",
"settings": {
"ctx_len": 2048,
"text_model": false
"text_model": false,
"prompt_template": "[INST] {prompt} [/INST]"
},
"parameters": {
"max_tokens": 4096
},
"metadata": {
"author": "LLama",
"tags": ["TensorRT-LLM", "1B", "Finetuned"],
"size": 2151000000
"author": "MistralAI",
"tags": ["TensorRT-LLM", "7B", "Finetuned"],
"size": 3840000000
},
"engine": "nitro-tensorrt-llm"
}
Expand Down

0 comments on commit 170954a

Please sign in to comment.