Skip to content

Commit ed0dd5a

Browse files
committed
Update on "Add new export LLM config"
Differential Revision: [D75263991](https://our.internmc.facebook.com/intern/diff/D75263991) [ghstack-poisoned]
2 parents caaee0e + 1527cc6 commit ed0dd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/config/llm_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
from dataclasses import dataclass, field
1818
from enum import Enum
19-
from typing import List, Literal, Optional
19+
from typing import List, Optional
2020

2121

2222
################################################################################

0 commit comments

Comments
 (0)