Skip to content

Commit 98b2e75

Browse files
authored
Update config.py
1 parent c757674 commit 98b2e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def use_fp32_config():
8-
for config_file in ["32k.json", "40k.json", "48k.json"]:
8+
for config_file in ["32k.json", "40k.json", "48k.json", "48k_v2.json", "32k_v2.json"]:
99
with open(f"configs/{config_file}", "r") as f:
1010
strr = f.read().replace("true", "false")
1111
with open(f"configs/{config_file}", "w") as f:

0 commit comments

Comments
 (0)