mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-14 19:06:26 +08:00
Update constants.py
Fix the download issue of the Phi3 model
This commit is contained in:
@@ -715,11 +715,11 @@ register_model_group(
|
|||||||
models={
|
models={
|
||||||
"Phi3-3.8B-4k-Chat": {
|
"Phi3-3.8B-4k-Chat": {
|
||||||
DownloadSource.DEFAULT: "microsoft/Phi-3-mini-4k-instruct",
|
DownloadSource.DEFAULT: "microsoft/Phi-3-mini-4k-instruct",
|
||||||
DownloadSource.DEFAULT: "LLM-Research/Phi-3-mini-4k-instruct",
|
DownloadSource.MODELSCOPE: "LLM-Research/Phi-3-mini-4k-instruct",
|
||||||
},
|
},
|
||||||
"Phi3-3.8B-128k-Chat": {
|
"Phi3-3.8B-128k-Chat": {
|
||||||
DownloadSource.DEFAULT: "microsoft/Phi-3-mini-128k-instruct",
|
DownloadSource.DEFAULT: "microsoft/Phi-3-mini-128k-instruct",
|
||||||
DownloadSource.DEFAULT: "LLM-Research/Phi-3-mini-128k-instruct",
|
DownloadSource.MODELSCOPE: "LLM-Research/Phi-3-mini-128k-instruct",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
module="qkv_proj",
|
module="qkv_proj",
|
||||||
|
|||||||
Reference in New Issue
Block a user