From c8191394e916cc9e811d3eab3ddf4d9659675a2b Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Wed, 5 Mar 2025 22:01:44 +0700 Subject: [PATCH] fix(doc): add missing low_cpu_mem_usage config to docs (#2369) [skip ci] --- docs/config.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.qmd b/docs/config.qmd index 788d4f969..1f3a50b2e 100644 --- a/docs/config.qmd +++ b/docs/config.qmd @@ -534,6 +534,8 @@ flash_attn_fuse_mlp: # Whether to fuse part of the MLP into a single operation sdp_attention: # Shifted-sparse attention (only llama) - https://arxiv.org/pdf/2309.12307.pdf s2_attention: +# Optional[bool]. Whether to use low_cpu_mem_usage +low_cpu_mem_usage: # Resume from a specific checkpoint dir resume_from_checkpoint: # If resume_from_checkpoint isn't set and you simply want it to start where it left off.