Revert "Add InfermaticAI Profile"

This reverts commit 1e7c2820da.
This commit is contained in:
NWilson 2024-02-20 09:37:39 -06:00
parent 1e7c2820da
commit 48b9eb8542
2 changed files with 0 additions and 29 deletions

View File

@ -352,10 +352,6 @@
"filename": "presets/textgen/simple-proxy-for-tavern.json",
"type": "textgen_preset"
},
{
"filename": "presets/textgen/InfermaticAI.json",
"type": "textgen_preset"
},
{
"filename": "presets/openai/Default.json",
"type": "openai_preset"

View File

@ -1,25 +0,0 @@
{
"temp": 0.7,
"top_p": 0.95,
"top_k": 40,
"typical_p": 0.95,
"top_a": 0,
"tfs": 1,
"epsilon_cutoff": 0,
"eta_cutoff": 0,
"rep_pen": 1.2,
"rep_pen_range": 1024,
"no_repeat_ngram_size": 0,
"penalty_alpha": 0,
"num_beams": 1,
"length_penalty": 1,
"min_length": 0,
"encoder_rep_pen": 1,
"do_sample": true,
"early_stopping": false,
"mirostat_mode": 0,
"mirostat_tau": 5,
"mirostat_eta": 0.1,
"streaming": true,
"skip_special_tokens": true
}