[model-gateway] change rust package name to sgl-model-gateway instead (#14283)

This commit is contained in:
Simo Lin
2025-12-02 00:06:54 -08:00
committed by GitHub
parent 64092c8b55
commit 51a86ce69e
56 changed files with 167 additions and 160 deletions

View File

@@ -1,5 +1,5 @@
use pyo3::prelude::*;
use sglang_router::*;
use sgl_model_gateway::*;
use std::collections::HashMap;
// Define the enums with PyO3 bindings