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
322a0be6
Commit
322a0be6
authored
Mar 24, 2025
by
zhuwenwen
Browse files
remove vllm._rocm_C
parent
09d497bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vllm/platforms/rocm.py
vllm/platforms/rocm.py
+4
-4
No files found.
vllm/platforms/rocm.py
View file @
322a0be6
...
@@ -30,10 +30,10 @@ except ImportError as e:
...
@@ -30,10 +30,10 @@ except ImportError as e:
logger
.
warning
(
"Failed to import from vllm._C with %r"
,
e
)
logger
.
warning
(
"Failed to import from vllm._C with %r"
,
e
)
# import custom ops, trigger op registration
# import custom ops, trigger op registration
try
:
#
try:
import
vllm._rocm_C
# noqa: F401
#
import vllm._rocm_C # noqa: F401
except
ImportError
as
e
:
#
except ImportError as e:
logger
.
warning
(
"Failed to import from vllm._rocm_C with %r"
,
e
)
#
logger.warning("Failed to import from vllm._rocm_C with %r", e)
# Models not supported by ROCm.
# Models not supported by ROCm.
_ROCM_UNSUPPORTED_MODELS
:
List
[
str
]
=
[]
_ROCM_UNSUPPORTED_MODELS
:
List
[
str
]
=
[]
...
...
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