Unverified Commit c46eaf70 authored by SeongBeomLEE's avatar SeongBeomLEE Committed by GitHub
Browse files

[fix] Modifying base in yarn embedding (#2212)

parent d789de32
......@@ -102,7 +102,7 @@ class PositionRotaryEmbedding(nn.Module):
max_position_embeddings=rope_scaling[
"original_max_position_embeddings"
],
base=10000.0,
base=base,
device=inv_freq.device,
scaling_factor=scaling_factor,
extrapolation_factor=1,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment