From a74585fe3be714a2e26f18be5d3178f8fd43ac64 Mon Sep 17 00:00:00 2001 From: Nat Kershaw Date: Thu, 14 Mar 2024 11:21:55 -0700 Subject: [PATCH] Remove duplicate pad token definition --- docs/genai/reference/config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/genai/reference/config.md b/docs/genai/reference/config.md index 42d88f1b4f687..95b143c84489e 100644 --- a/docs/genai/reference/config.md +++ b/docs/genai/reference/config.md @@ -91,7 +91,6 @@ A configuration file called genai_config.json is generated automatically if the * _context_length_: The maxinum length of sequence that the model can process. -* _pad_token_: The id of the padding token. #### Session options