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
72ad2735
Unverified
Commit
72ad2735
authored
Jul 16, 2025
by
QiliangCui
Committed by
GitHub
Jul 17, 2025
Browse files
Remove torch_xla.tpu.version() from pallas.py. (#21065)
Signed-off-by:
Qiliang Cui
<
derrhein@gmail.com
>
parent
01513a33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
vllm/v1/attention/backends/pallas.py
vllm/v1/attention/backends/pallas.py
+0
-4
No files found.
vllm/v1/attention/backends/pallas.py
View file @
72ad2735
...
...
@@ -167,10 +167,6 @@ class PallasAttentionBackendImpl(AttentionImpl):
"are not implemented for "
"PallasAttentionBackendImpl"
)
tpu_version
=
torch_xla
.
tpu
.
version
()
if
tpu_version
<
4
:
raise
NotImplementedError
(
"TPU version must be 4 or higher."
)
def
forward
(
self
,
layer
:
AttentionLayer
,
...
...
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