10BC0 Bugfix for Python3.7 · coderonion/llama-cpp-python@7643f66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7643f66

Browse files
committed
Bugfix for Python3.7
1 parent 4d015c3 commit 7643f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llama_cpp/llama_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from typing import List, Optional, Dict, Literal, Union
2-
from typing_extensions import TypedDict, NotRequired
1+
from typing import List, Optional, Dict, Union
2+
from typing_extensions import TypedDict, NotRequired, Literal
33

44

55
class EmbeddingUsage(TypedDict):

0 commit comments

Comments
 (0)
0