From d7b27d991da3dc5732ab82933d484f59fbe04f9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 Feb 2024 10:00:40 +0000 Subject: [PATCH] skip ci --- types/llm-inference/thrift/com.inference.common.thrift | 1 - 1 file changed, 1 deletion(-) diff --git a/types/llm-inference/thrift/com.inference.common.thrift b/types/llm-inference/thrift/com.inference.common.thrift index 087c46e..0a51e9f 100644 --- a/types/llm-inference/thrift/com.inference.common.thrift +++ b/types/llm-inference/thrift/com.inference.common.thrift @@ -15,4 +15,3 @@ struct GenerationConfig { 7: optional double repetition_penalty; // Penalty for repetition: >1 discourages repetition, <1 encourages it. 8: optional double length_penalty; // Controls length of generated text. Values >1 encourage longer sequences, <1 shorter. } -