79156470

Date: 2024-11-04 17:51:18
Score: 1.5
Natty:
Report link

candle looking for model.embed_tokens.weight whereas the original tensor name is embedding_model.embed_tokens.weight. You just have to change this line of mistral.rs in candle_transformers.

// from
let vb_m = vb.pp("model");
//to
let vb_m = vb.pp("embedding_model");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): can
  • Low reputation (1):
Posted by: Cursor