Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
62566979
Unverified
Commit
62566979
authored
Oct 15, 2025
by
Cyrus Leung
Committed by
GitHub
Oct 15, 2025
Browse files
[Doc] ruff format remaining Python examples (#26795)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
71557a5f
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/others/tensorize_vllm_model.py
examples/others/tensorize_vllm_model.py
+1
-1
No files found.
examples/others/tensorize_vllm_model.py
View file @
62566979
...
@@ -84,7 +84,7 @@ directly to load models:
...
@@ -84,7 +84,7 @@ directly to load models:
from vllm import LLM
from vllm import LLM
llm = LLM(
llm = LLM(
"s3://my-bucket/vllm/facebook/opt-125m/v1",
"s3://my-bucket/vllm/facebook/opt-125m/v1",
load_format="tensorizer"
load_format="tensorizer"
,
)
)
```
```
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment