Skip to content

Commit 9c4c893

Browse files
authored
Merge pull request #14 from isamu-isozaki/dynamic_outlines
Dynamic generation with outlines
2 parents b261ccf + f302126 commit 9c4c893

File tree

2 files changed

+444
-188
lines changed

2 files changed

+444
-188
lines changed

llm_exl2_client_multi_outlines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,4 +745,4 @@ async def get_nvidia_smi():
745745
if __name__ == "__main__":
746746
import uvicorn
747747

748-
uvicorn.run(app, host=host, port=port, log_level="debug")
748+
uvicorn.run(app, host=host, port=port, log_level="debug")

0 commit comments

Comments
 (0)