Add new LMstudio preset template
Browse files
@LMStudio
It's up.
- llava.preset.json +12 -0
llava.preset.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Llava",
|
3 |
+
"inference_params": {
|
4 |
+
"temp": 0.1,
|
5 |
+
"input_prefix": "### Instruction:\\n",
|
6 |
+
"input_suffix": "\\n### Response:\\n",
|
7 |
+
"antiprompt": [
|
8 |
+
"### Instruction:"
|
9 |
+
],
|
10 |
+
"pre_prompt": "Perform the instructions to the best of your ability.\n"
|
11 |
+
}
|
12 |
+
}
|