From d094381e5dfd58168179f4d113ff5a5d61a4fd3b Mon Sep 17 00:00:00 2001 From: mudler Date: Fri, 5 May 2023 19:50:05 +0200 Subject: [PATCH] ci: lower fixtures spec --- README.md | 2 ++ tests/fixtures/config.yaml | 6 ++---- tests/fixtures/gpt4.yaml | 3 +-- tests/fixtures/gpt4_2.yaml | 3 +-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b51fc79..e8850e2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ LocalAI is a community-driven project, focused on making the AI accessible to anyone. Any contribution, feedback and PR is welcome! It was initially created by [mudler](https://github.com/mudler/) at the [SpectroCloud OSS Office](https://github.com/spectrocloud). +See [examples on how to integrate LocalAI](https://github.com/go-skynet/LocalAI/tree/master/examples/). + ### News - 02-05-2023: Support for `rwkv.cpp` models ( https://github.com/go-skynet/LocalAI/pull/158 ) and for `/edits` endpoint diff --git a/tests/fixtures/config.yaml b/tests/fixtures/config.yaml index 866b74b..9910ffa 100644 --- a/tests/fixtures/config.yaml +++ b/tests/fixtures/config.yaml @@ -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:" diff --git a/tests/fixtures/gpt4.yaml b/tests/fixtures/gpt4.yaml index c2f9bec..54743bd 100644 --- a/tests/fixtures/gpt4.yaml +++ b/tests/fixtures/gpt4.yaml @@ -1,8 +1,7 @@ name: gpt4all parameters: model: testmodel -context_size: 512 -threads: 10 +context_size: 128 stopwords: - "HUMAN:" - "### Response:" diff --git a/tests/fixtures/gpt4_2.yaml b/tests/fixtures/gpt4_2.yaml index 60722f4..43ef5a1 100644 --- a/tests/fixtures/gpt4_2.yaml +++ b/tests/fixtures/gpt4_2.yaml @@ -1,8 +1,7 @@ name: gpt4all-2 parameters: model: testmodel -context_size: 1024 -threads: 5 +context_size: 128 stopwords: - "HUMAN:" - "### Response:"