{"library":"bentoml","install":[{"cmd":"pip install bentoml","imports":["from bentoml import Service","from bentoml.io import JSON, NumpyNdarray, Image # Or other I/O types","import bentoml\nbentoml.models.save(...)","from bentoml import Service","import bentoml\n# Access models via bentoml.models.get or by name in Service constructor"]},{"cmd":"pip install \"bentoml[transformers]\" # For Transformers models\npip install \"bentoml[pytorch]\" # For PyTorch models","imports":[]}]}