We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da21ce commit 9ec5460Copy full SHA for 9ec5460
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