From ed5df1e68ea251bf92ce49aa19b917eea3a012e0 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 21 May 2023 12:25:24 +0200 Subject: [PATCH] examples: remove threads from example models (#337) --- examples/chatbot-ui/models/gpt-3.5-turbo.yaml | 1 - examples/langchain/models/gpt-3.5-turbo.yaml | 1 - examples/query_data/models/gpt-3.5-turbo.yaml | 1 - examples/rwkv/models/gpt-3.5-turbo.yaml | 1 - 4 files changed, 4 deletions(-) diff --git a/examples/chatbot-ui/models/gpt-3.5-turbo.yaml b/examples/chatbot-ui/models/gpt-3.5-turbo.yaml index 6df1dbf..5c192f5 100644 --- a/examples/chatbot-ui/models/gpt-3.5-turbo.yaml +++ b/examples/chatbot-ui/models/gpt-3.5-turbo.yaml @@ -5,7 +5,6 @@ parameters: temperature: 0.2 top_p: 0.7 context_size: 1024 -threads: 14 stopwords: - "HUMAN:" - "GPT:" diff --git a/examples/langchain/models/gpt-3.5-turbo.yaml b/examples/langchain/models/gpt-3.5-turbo.yaml index 1569412..ea894fb 100644 --- a/examples/langchain/models/gpt-3.5-turbo.yaml +++ b/examples/langchain/models/gpt-3.5-turbo.yaml @@ -5,7 +5,6 @@ parameters: temperature: 0.2 top_p: 0.7 context_size: 1024 -threads: 4 stopwords: - "HUMAN:" - "GPT:" diff --git a/examples/query_data/models/gpt-3.5-turbo.yaml b/examples/query_data/models/gpt-3.5-turbo.yaml index 6df1dbf..5c192f5 100644 --- a/examples/query_data/models/gpt-3.5-turbo.yaml +++ b/examples/query_data/models/gpt-3.5-turbo.yaml @@ -5,7 +5,6 @@ parameters: temperature: 0.2 top_p: 0.7 context_size: 1024 -threads: 14 stopwords: - "HUMAN:" - "GPT:" diff --git a/examples/rwkv/models/gpt-3.5-turbo.yaml b/examples/rwkv/models/gpt-3.5-turbo.yaml index 0193b72..1afce1a 100644 --- a/examples/rwkv/models/gpt-3.5-turbo.yaml +++ b/examples/rwkv/models/gpt-3.5-turbo.yaml @@ -6,7 +6,6 @@ parameters: max_tokens: 100 top_p: 0.8 context_size: 1024 -threads: 14 backend: "rwkv" cutwords: - "Bob:.*"