Not able to load the model using transformers .

#1
by Pchaudhary - opened

I am trying to load bling-phi-3.5 model using transformers . I am using latest version of transformers , but I am still getting the below error :

raise ValueError(
ValueError: The checkpoint you are trying to load has model type phi-3.5 but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

llmware org

@Pchaudhary - we will look into it. Could you confirm which version of transformers, torch, and numpy you are using (and OS)? We will try to replicate the same test conditions so we can confirm it is working on your platform.

Sign up or log in to comment