candle icon indicating copy to clipboard operation
candle copied to clipboard

Add qwen3 on candle-transformers

Open maximizemaxwell opened this issue 7 months ago • 1 comments

Add qwen3.rs to candle-transformers.

  • fixed mod.rs
  • add qwen3.rs I got reference from transformers's Qwen3 python codes, which is https://github.com/huggingface/transformers/blob/main/src/transformers/models/qwen3/configuration_qwen3.py

@LaurentMazare Could you review the code?

maximizemaxwell avatar Apr 17 '25 04:04 maximizemaxwell

Let's wait until the weights are out so that we can test it out a bit and ensure that the python and rust implementations are in line.

LaurentMazare avatar Apr 17 '25 05:04 LaurentMazare