mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-14 06:44:59 +00:00
ci: lower fixtures spec
This commit is contained in:
parent
3ff9bbd217
commit
d094381e5d
4 changed files with 6 additions and 8 deletions
6
tests/fixtures/config.yaml
vendored
6
tests/fixtures/config.yaml
vendored
|
@ -1,8 +1,7 @@
|
|||
- name: list1
|
||||
parameters:
|
||||
model: testmodel
|
||||
context_size: 512
|
||||
threads: 10
|
||||
context_size: 128
|
||||
stopwords:
|
||||
- "HUMAN:"
|
||||
- "### Response:"
|
||||
|
@ -15,8 +14,7 @@
|
|||
- name: list2
|
||||
parameters:
|
||||
model: testmodel
|
||||
context_size: 512
|
||||
threads: 10
|
||||
context_size: 128
|
||||
stopwords:
|
||||
- "HUMAN:"
|
||||
- "### Response:"
|
||||
|
|
3
tests/fixtures/gpt4.yaml
vendored
3
tests/fixtures/gpt4.yaml
vendored
|
@ -1,8 +1,7 @@
|
|||
name: gpt4all
|
||||
parameters:
|
||||
model: testmodel
|
||||
context_size: 512
|
||||
threads: 10
|
||||
context_size: 128
|
||||
stopwords:
|
||||
- "HUMAN:"
|
||||
- "### Response:"
|
||||
|
|
3
tests/fixtures/gpt4_2.yaml
vendored
3
tests/fixtures/gpt4_2.yaml
vendored
|
@ -1,8 +1,7 @@
|
|||
name: gpt4all-2
|
||||
parameters:
|
||||
model: testmodel
|
||||
context_size: 1024
|
||||
threads: 5
|
||||
context_size: 128
|
||||
stopwords:
|
||||
- "HUMAN:"
|
||||
- "### Response:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue