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
7c644ab6
Unverified
Commit
7c644ab6
authored
Jun 11, 2025
by
leopardracer
Committed by
GitHub
Jun 10, 2025
Browse files
Fix Typo in Documentation and Function Name (#19442)
parent
2d40665f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tests/kernels/attention/test_encoder_decoder_attn.py
tests/kernels/attention/test_encoder_decoder_attn.py
+1
-1
tests/v1/sample/test_topk_topp_sampler.py
tests/v1/sample/test_topk_topp_sampler.py
+1
-1
No files found.
tests/kernels/attention/test_encoder_decoder_attn.py
View file @
7c644ab6
...
...
@@ -99,7 +99,7 @@ class TestResources(NamedTuple):
Attributes:
* scale: 1/sqrt(d) scale factor for attn
* attn_backend: implementati
n
o of abstraction
* attn_backend: implementatio
ns
of abstraction
attention interface using
a particular kernel library
i.e. XFormers
...
...
tests/v1/sample/test_topk_topp_sampler.py
View file @
7c644ab6
...
...
@@ -28,7 +28,7 @@ def reset_default_device():
torch
.
set_default_device
(
original_device
)
def
test_topk_impl_equival
a
nce
():
def
test_topk_impl_equival
e
nce
():
torch
.
set_default_device
(
DEVICE
)
generator
=
Generator
(
device
=
DEVICE
).
manual_seed
(
33
)
...
...
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