From 45cd2057c835490392bd0b7df6e29db6d237f507 Mon Sep 17 00:00:00 2001 From: Alexey Rybak Date: Wed, 24 Sep 2025 10:59:10 -0700 Subject: [PATCH] docs: lint fix --- docs/docs/providers/post_training/inline_huggingface-gpu.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/providers/post_training/inline_huggingface-gpu.mdx b/docs/docs/providers/post_training/inline_huggingface-gpu.mdx index 965f964a9..ac7644de7 100644 --- a/docs/docs/providers/post_training/inline_huggingface-gpu.mdx +++ b/docs/docs/providers/post_training/inline_huggingface-gpu.mdx @@ -18,7 +18,7 @@ HuggingFace-based post-training provider for fine-tuning models using the Huggin | `distributed_backend` | `Literal['fsdp', 'deepspeed'` | No | | | | `checkpoint_format` | `Literal['full_state', 'huggingface'` | No | huggingface | | | `chat_template` | `` | No | `<|user|>`
`{input}`
`<|assistant|>`
`{output}` | | -| `model_specific_config` | `` | No | `{'trust_remote_code': True, 'attn_implementation': 'sdpa'}` | | +| `model_specific_config` | `` | No | `{'trust_remote_code': True, 'attn_implementation': 'sdpa'}` | | | `max_seq_length` | `` | No | 2048 | | | `gradient_checkpointing` | `` | No | False | | | `save_total_limit` | `` | No | 3 | |