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

This commit is contained in:
SeongBeomLEE 2024-07-12 17:04:51 +09:00 committed by GitHub
parent d789de329a
commit c46eaf707b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,