File size: 342 Bytes
122057f
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
__version__ = "4.37.0.dev0"
from .models.phi import PHI_PRETRAINED_CONFIG_ARCHIVE_MAP, PhiConfig
from .models.phi import (
            PHI_PRETRAINED_MODEL_ARCHIVE_LIST,
            PhiForCausalLM,
            PhiForSequenceClassification,
            PhiForTokenClassification,
            PhiModel,
            PhiPreTrainedModel,
        )