Skip to content

Commit

Permalink
fix(ray): use dict instead of protobuf message (#178)
Browse files Browse the repository at this point in the history
Because

- The generated field names for protobuf message does not aligned
between golang and python
- Task protobuf definitions are going to be retired

This commit

- use `MessageToDict` instead to parse task inputs
  • Loading branch information
heiruwu committed Sep 5, 2024
1 parent 22fee42 commit 22769e8
Showing 1 changed file with 163 additions and 257 deletions.
Loading

0 comments on commit 22769e8

Please sign in to comment.