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
d6069887
Unverified
Commit
d6069887
authored
Sep 10, 2025
by
Lifans
Committed by
GitHub
Sep 10, 2025
Browse files
[rocm] enable torchao quantization for rocm (#24400)
Signed-off-by:
Lifan Shen
<
lifans@meta.com
>
parent
492196ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/platforms/rocm.py
vllm/platforms/rocm.py
+1
-1
No files found.
vllm/platforms/rocm.py
View file @
d6069887
...
@@ -171,7 +171,7 @@ class RocmPlatform(Platform):
...
@@ -171,7 +171,7 @@ class RocmPlatform(Platform):
supported_quantization
:
list
[
str
]
=
[
supported_quantization
:
list
[
str
]
=
[
"awq"
,
"gptq"
,
"fp8"
,
"compressed-tensors"
,
"fbgemm_fp8"
,
"gguf"
,
"awq"
,
"gptq"
,
"fp8"
,
"compressed-tensors"
,
"fbgemm_fp8"
,
"gguf"
,
"quark"
,
"ptpc_fp8"
,
"mxfp4"
,
"petit_nvfp4"
"quark"
,
"ptpc_fp8"
,
"mxfp4"
,
"petit_nvfp4"
,
"torchao"
]
]
@
classmethod
@
classmethod
...
...
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