Commit d93908a
authored
feat(ray): add protobuf for model and ray (#581)
Because
- We need to support Ray integration for our model service
- Ray uses specific protobuf definitions that need to be incorporated
- Some Ray protobuf files don't follow our standard naming conventions
This commit
- Adds protobuf definitions for Ray model service
- Configures `buf.yaml` to ignore Ray-specific protobuf files
- Enables comment-based lint ignores to handle Ray's non-standard naming
conventions1 parent 69fe1cd commit d93908a
File tree
5 files changed
+578
-157
lines changed- model/model/v1alpha
- openapi/v2
5 files changed
+578
-157
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments