From a534cec6be4c1a484042fffb27b9cdcd30b1370b Mon Sep 17 00:00:00 2001 From: Egor Timofeev Date: Mon, 23 Mar 2026 17:28:14 +0100 Subject: [PATCH] Add packing parameter --- openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 2d16999..797a6c5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2541,6 +2541,10 @@ paths: validation_file: type: string description: File-ID of a validation file uploaded to the Together API + packing: + type: boolean + default: true + description: Whether to use packing for training. model: type: string description: Name of the base model to run fine-tune job on