Open effingpaul opened 1 day ago
Before torch version > 2.1 would not work for the llama model. Possibly mixtral and hi3 could have been affected with newer pytorch version. By enforcing "eager" the KeyError is prevented.
Before torch version > 2.1 would not work for the llama model. Possibly mixtral and hi3 could have been affected with newer pytorch version. By enforcing "eager" the KeyError is prevented.