import outlines (#168)

This commit is contained in:
Liangsheng Yin
2024-02-09 10:13:02 +08:00
committed by GitHub
parent cba5027332
commit 37b42297f8
12 changed files with 27 additions and 1464 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from fastapi import FastAPI, HTTPException, Request
from fastapi.responses import Response, StreamingResponse
from pydantic import BaseModel
from sglang.backend.runtime_endpoint import RuntimeEndpoint
from sglang.srt.constrained.disk_cache import disable_cache
from sglang.srt.constrained import disable_cache
from sglang.srt.conversation import (
Conversation,
SeparatorStyle,