Skip to content

Commit 5aa7179

Browse files
committed
Update base for Update on "Use llm_config instead of args in export_llama functions"
Differential Revision: [D75484927](https://our.internmc.facebook.com/intern/diff/D75484927) [ghstack-poisoned]
1 parent e618333 commit 5aa7179

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)