How is Qwen3's inv_freq computed from scratch?
#13
by
ghostplant
- opened
The cos and sin values are computed based on inv_freq and position_ids, however, the inv_freq seems changed after rope_theta's changing. Is there a forma to present how to compute inv_freq from scratch?