kevin510 commited on
Commit
3c003f1
·
verified ·
1 Parent(s): 58268fd

Update modeling_friday.py

Browse files
Files changed (1) hide show
  1. 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 = AutoConfig.from_pretrained(
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
  )