Skip to content

Commit b195503

Browse files
Pesky space.py
1 parent aff1e5a commit b195503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exllamav2/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def prepare(self, no_tensors: bool = False):
308308
self.l3_rope_low_freq_factor = rs["low_freq_factor"]
309309
self.l3_rope_high_freq_factor = rs["high_freq_factor"]
310310
self.l3_rope_original_max_position_embeddings = rs["original_max_position_embeddings"]
311-
if scaling_type == "yarn":
311+
if scaling_type == "yarn":
312312
self.alt_rope_method = "yarn"
313313
self.yarn_rope_factor = rs["factor"]
314314
self.yarn_rope_original_max_position_embeddings = rs["original_max_position_embeddings"]

0 commit comments

Comments
 (0)