[Doc] Add the start of an arch overview page (#10368)

This commit is contained in:
Russell Bryant
2024-11-19 04:52:11 -05:00
committed by GitHub
parent 382b6a4852
commit 5390d6664f
10 changed files with 334 additions and 78 deletions

View File

@@ -793,7 +793,7 @@ class EngineArgs:
type=str,
default=[],
help="The pattern(s) to ignore when loading the model."
"Default to 'original/**/*' to avoid repeated loading of llama's "
"Default to `original/**/*` to avoid repeated loading of llama's "
"checkpoints.")
parser.add_argument(
'--preemption-mode',