Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
3fa35f9e
Unverified
Commit
3fa35f9e
authored
Apr 11, 2025
by
Neelay Shah
Committed by
GitHub
Apr 11, 2025
Browse files
fix: adding conversion to string for notif id comparison (#638)
parent
e3857ba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/deps/vllm/vllm_v0.7.2-dynamo-kv-disagg-patch.patch
container/deps/vllm/vllm_v0.7.2-dynamo-kv-disagg-patch.patch
+1
-1
No files found.
container/deps/vllm/vllm_v0.7.2-dynamo-kv-disagg-patch.patch
View file @
3fa35f9e
...
...
@@ -4214,7 +4214,7 @@ index 819b81fb..2891854b 100644
+ for notifs in all_new_notifs:
+ for req_ids in notifs.values():
+ for req_id in req_ids:
+ request_notif_counter[req_id] += 1
+ request_notif_counter[req_id
.decode("utf-8")
] += 1
+
+ if request_notif_counter:
+ logger.debug("Request notif counter: %s", request_notif_counter)
...
...
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