hermetically seal everything, bring it up to date
This commit is contained in:
parent
efd3d65269
commit
03beb6970c
12 changed files with 723 additions and 77 deletions
|
|
@ -1 +1,7 @@
|
|||
#!/bin/sh
|
||||
python -m grpc_tools.protoc -I../../ray_rpc --python_out=. --grpc_python_out=. ../../ray_rpc/ray_client.proto
|
||||
SEDCMD="sed"
|
||||
if [ -n "`which gsed`" ]; then
|
||||
SEDCMD="gsed"
|
||||
fi
|
||||
$SEDCMD -i 's/^import ray_client_pb2/import rpc.ray_client_pb2/g' *.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue