We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae9d80 commit 8745712Copy full SHA for 8745712
llama_cpp/server/app.py
@@ -5,7 +5,7 @@
5
import typing
6
import contextlib
7
8
-from asyncio import Lock
+from anyio import Lock
9
from functools import partial
10
from typing import Iterator, List, Optional, Union, Dict
11
0 commit comments