mirror of
https://github.com/LukeHagar/LocalAI.git
synced 2025-12-06 12:37:49 +00:00
examples: remove threads from example models (#337)
This commit is contained in:
committed by
GitHub
parent
3c07e11e73
commit
ed5df1e68e
@@ -5,7 +5,6 @@ parameters:
|
|||||||
temperature: 0.2
|
temperature: 0.2
|
||||||
top_p: 0.7
|
top_p: 0.7
|
||||||
context_size: 1024
|
context_size: 1024
|
||||||
threads: 14
|
|
||||||
stopwords:
|
stopwords:
|
||||||
- "HUMAN:"
|
- "HUMAN:"
|
||||||
- "GPT:"
|
- "GPT:"
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ parameters:
|
|||||||
temperature: 0.2
|
temperature: 0.2
|
||||||
top_p: 0.7
|
top_p: 0.7
|
||||||
context_size: 1024
|
context_size: 1024
|
||||||
threads: 4
|
|
||||||
stopwords:
|
stopwords:
|
||||||
- "HUMAN:"
|
- "HUMAN:"
|
||||||
- "GPT:"
|
- "GPT:"
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ parameters:
|
|||||||
temperature: 0.2
|
temperature: 0.2
|
||||||
top_p: 0.7
|
top_p: 0.7
|
||||||
context_size: 1024
|
context_size: 1024
|
||||||
threads: 14
|
|
||||||
stopwords:
|
stopwords:
|
||||||
- "HUMAN:"
|
- "HUMAN:"
|
||||||
- "GPT:"
|
- "GPT:"
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ parameters:
|
|||||||
max_tokens: 100
|
max_tokens: 100
|
||||||
top_p: 0.8
|
top_p: 0.8
|
||||||
context_size: 1024
|
context_size: 1024
|
||||||
threads: 14
|
|
||||||
backend: "rwkv"
|
backend: "rwkv"
|
||||||
cutwords:
|
cutwords:
|
||||||
- "Bob:.*"
|
- "Bob:.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user