Skip to content

Commit

Permalink
Fixes typo (#117684)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosabogi committed Nov 28, 2024
1 parent 1a8d873 commit c89f38c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ The reason for the current state. Usually only populated when the `routing_state
(string)
The current routing state.
--
* `starting`: The model is attempting to allocate on this model, inference calls are not yet accepted.
* `starting`: The model is attempting to allocate on this node, inference calls are not yet accepted.
* `started`: The model is allocated and ready to accept inference requests.
* `stopping`: The model is being deallocated from this node.
* `stopped`: The model is fully deallocated from this node.
Expand Down

0 comments on commit c89f38c

Please sign in to comment.