Unverified Commit 62566979 authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Doc] ruff format remaining Python examples (#26795)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 71557a5f
......@@ -84,7 +84,7 @@ directly to load models:
from vllm import LLM
llm = LLM(
"s3://my-bucket/vllm/facebook/opt-125m/v1",
load_format="tensorizer"
load_format="tensorizer",
)
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment