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 3, 2024
1 parent c5f8905 commit 932ce54
Showing 1 changed file with 163 additions and 257 deletions.
Loading

0 comments on commit 932ce54

Please sign in to comment.