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 e618333 commit 5aa7179Copy full SHA for 5aa7179
examples/models/llama/config/llm_config.py
@@ -16,7 +16,7 @@
16
import re
17
from dataclasses import dataclass, field
18
from enum import Enum
19
-from typing import List, Literal, Optional
+from typing import List, Optional
20
21
22
################################################################################
0 commit comments