[Frontend] Remove deprecated -O.xx flag (#29991)

Signed-off-by: Yanan Cao <gmagogsfm@gmail.com>
This commit is contained in:
Yanan Cao
2025-12-05 00:47:22 -08:00
committed by GitHub
parent feecba09af
commit 62b3333448
3 changed files with 21 additions and 29 deletions

View File

@@ -86,7 +86,7 @@ LLM(model, enforce_eager=True)
```
To turn off just torch.compile, pass `mode = NONE` to the compilation config.
(`-cc` is short for `--compilation_config`; `-O.*` dotted syntax is deprecated):
(`-cc` is short for `--compilation_config`):
```sh
# Online