10BC0
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 4d015c3 commit 7643f66Copy full SHA for 7643f66
llama_cpp/llama_types.py
@@ -1,5 +1,5 @@
1
-from typing import List, Optional, Dict, Literal, Union
2
-from typing_extensions import TypedDict, NotRequired
+from typing import List, Optional, Dict, Union
+from typing_extensions import TypedDict, NotRequired, Literal
3
4
5
class EmbeddingUsage(TypedDict):
0 commit comments