mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Bugfix for Python3.7
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
from typing import List, Optional, Dict, Literal, Union
|
from typing import List, Optional, Dict, Union
|
||||||
from typing_extensions import TypedDict, NotRequired
|
from typing_extensions import TypedDict, NotRequired, Literal
|
||||||
|
|
||||||
|
|
||||||
class EmbeddingUsage(TypedDict):
|
class EmbeddingUsage(TypedDict):
|
||||||
|
|||||||
Reference in New Issue
Block a user