Skip to content

Commit 75631d1

Browse files
default rope_yarn_log_mul = 0.0f
1 parent a119bc0 commit 75631d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-hparams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct llama_hparams {
9898
float rope_freq_scale_train;
9999
float rope_freq_scale_train_swa;
100100
uint32_t n_ctx_orig_yarn;
101-
float rope_yarn_log_mul;
101+
float rope_yarn_log_mul = 0.0f;
102102

103103
std::array<int, 4> rope_sections;
104104

0 commit comments

Comments
 (0)