Skip to content

Commit 3885680

Browse files
committed
Update on "Convert args to LlmConfig"
Differential Revision: [D75263990](https://our.internmc.facebook.com/intern/diff/D75263990) [ghstack-poisoned]
2 parents 0cf4fd3 + 3a76112 commit 3885680

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)