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
5480c6b1
"tests/models/quantization/test_fp8.py" did not exist on "a2ae4965890105957984f55c3156608132327a48"
Unverified
Commit
5480c6b1
authored
Jan 19, 2026
by
Deming
Committed by
GitHub
Jan 18, 2026
Browse files
[Doc] Correct comment for _jobs dict in OffloadingConnectorWorker (#32556)
parent
ba29ab44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/distributed/kv_transfer/kv_connector/v1/offloading_connector.py
...buted/kv_transfer/kv_connector/v1/offloading_connector.py
+1
-1
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/offloading_connector.py
View file @
5480c6b1
...
...
@@ -434,7 +434,7 @@ class OffloadingConnectorWorker:
self
.
_job_counter
=
0
#
req
_id -> (
job
_id, store)
#
job
_id -> (
req
_id, store)
self
.
_jobs
:
dict
[
int
,
tuple
[
ReqId
,
bool
]]
=
{}
# req_id -> active job IDs
self
.
_load_job
:
dict
[
ReqId
,
int
]
=
{}
...
...
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