Update modeling_friday.py
Browse files- modeling_friday.py +1 -1
modeling_friday.py
CHANGED
|
@@ -730,7 +730,7 @@ class FridayConfig(Phi3Config):
|
|
| 730 |
):
|
| 731 |
base_kwargs = {}
|
| 732 |
if base_model_name_or_path is not None:
|
| 733 |
-
base_cfg =
|
| 734 |
base_model_name_or_path,
|
| 735 |
trust_remote_code=True, # Phi‑4 uses custom code in the repo
|
| 736 |
)
|
|
|
|
| 730 |
):
|
| 731 |
base_kwargs = {}
|
| 732 |
if base_model_name_or_path is not None:
|
| 733 |
+
base_cfg = Phi3Config.from_pretrained(
|
| 734 |
base_model_name_or_path,
|
| 735 |
trust_remote_code=True, # Phi‑4 uses custom code in the repo
|
| 736 |
)
|