新增后端日志,且更改了平台名字
This commit is contained in:
@@ -23,7 +23,7 @@ from compute.engines.llama_factory.inference import get_inference_session
|
||||
|
||||
|
||||
def create_app() -> FastAPI:
|
||||
app = FastAPI(title="YG Fine-Tune Compute API", **docs_kwargs())
|
||||
app = FastAPI(title="YG Zhilian Compute API", **docs_kwargs())
|
||||
jobs: dict[str, dict[str, Any]] = {}
|
||||
cache_locks: dict[str, asyncio.Lock] = {}
|
||||
route_prefix = os.getenv("MODELTF_ROUTE_PREFIX", "/modelTF").rstrip("/") or "/modelTF"
|
||||
|
||||
Reference in New Issue
Block a user