Update modeling_phi.py
Browse files- modeling_phi.py +1 -1
modeling_phi.py
CHANGED
@@ -61,7 +61,7 @@ _CONFIG_FOR_DOC = "PhiConfig"
|
|
61 |
|
62 |
PHI_PRETRAINED_MODEL_ARCHIVE_LIST = [
|
63 |
"microsoft/phi-2",
|
64 |
-
"DUAL-GPO
|
65 |
# See all Phi models at https://huggingface.co/models?filter=phi
|
66 |
]
|
67 |
|
|
|
61 |
|
62 |
PHI_PRETRAINED_MODEL_ARCHIVE_LIST = [
|
63 |
"microsoft/phi-2",
|
64 |
+
"DUAL-GPO/phi-2-irepo-chatml-merged-i0"
|
65 |
# See all Phi models at https://huggingface.co/models?filter=phi
|
66 |
]
|
67 |
|