SMG gRPC servicer implementations for LLM inference engines (vLLM, SGLang). Provides gRPC service stubs and helpers for the Shepherd Model Gateway ecosystem. Current version 0.5.2, requires Python >=3.10.
pip install smg-grpc-servicerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run a basic async gRPC provider for a single SGLang worker.
Replace `NvidiaGpuModelProvider` with `NvidiaGpuModelProviderAsyncio` and adjust code to use `async with` context manager.
Install as `pip install smg-grpc-servicer` and import as `import smg_grpc_servicer`.
Set `inference_engine='sglang'` or `inference_engine='vllm'` (lowercase).
No dependency data recorded yet.