vllm
[CPU] fix the issue when the node is '-' cause json decode error.
#26562
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
5
Changes
View On
GitHub
Commits
fix the issue when the node is '-' cause json decode error.
muzian666
committed
304 days ago
replace the `"node": -` to `"node": 0` to prevent edge case that cause json decode error.
muzian666
committed
304 days ago
Revert "replace the `"node": -` to `"node": 0` to prevent edge case that cause json decode error."
muzian666
committed
304 days ago
replace the "node": - to "node": 0 to prevent edge case that cause json decode error.
muzian666
committed
304 days ago
Apply ruff-format fixes
muzian666
committed
304 days ago
Loading