PsiPi commited on
Commit
8f954b0
1 Parent(s): d7be1e8

Add new LMstudio preset template

Browse files



@LMStudio

It's up.

Files changed (1) hide show
  1. 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
+ }