Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 074b5ce

Browse files
authored
Lint
1 parent bd03dfb commit 074b5ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/ray/llm.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
from starlette.requests import Request
21
from typing import Dict
2+
33
from ray import serve
44
from ray.serve import Application
5+
from starlette.requests import Request
6+
57
from llama_cpp import Llama
68

79

0 commit comments

Comments
 (0)