File size: 106 Bytes
531f2d8
 
 
 
 
1
2
3
4
5
from transformers import Phi3Config


class LamedPhi3Config(Phi3Config):
    model_type = "lamed_phi3"