Max gRPC Message Size
Running this notebook
jupyter notebook --NotebookApp.iopub_data_rate_limit=1000000000from IPython.core.magic import register_line_cell_magic
@register_line_cell_magic
def writetemplate(line, cell):
with open(line, "w") as f:
f.write(cell.format(**globals()))Setup Seldon Core
!kubectl create namespace seldonError from server (AlreadyExists): namespaces "seldon" already existsVERSION = !cat ../version.txt
VERSION = VERSION[0]
VERSIONCreate Seldon Deployment
Get predictions
Allowing larger gRPC messages
Last updated
Was this helpful?