From e65a63695e9a48da476d206a5bda4ba59dc5351c Mon Sep 17 00:00:00 2001 From: Parker Sytz Date: Sat, 21 Mar 2026 13:01:24 +0000 Subject: [PATCH] Fix rope_scaling: move rope_theta to top level --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index f6460bd..60e6b59 100644 --- a/config.json +++ b/config.json @@ -29,7 +29,7 @@ "high_freq_factor": 4.0, "low_freq_factor": 1.0, "original_max_position_embeddings": 8192, - "rope_theta": 500000.0, "rope_type": "llama3" - } + }, + "rope_theta": 500000.0 } \ No newline at end of file