Skip to content

Commit

Permalink
Update llama_types.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Aug 15, 2024
1 parent d8d9c4d commit f747d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llama_cpp/llama_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"""

from typing import Any, Dict, List, Literal, NotRequired, Optional, Union
from typing import Any, Dict, List, Optional, Union

from typing_extensions import TypedDict
from typing_extensions import Literal, NotRequired, TypedDict

# NOTE: Defining this correctly using annotations seems to break pydantic validation.
# This is a workaround until we can figure out how to do this correctly
Expand Down

0 comments on commit f747d46

Please sign in to comment.