From 18a3445384b42f2e2e1509d9c811a60f6bbc644a Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Mon, 7 Sep 2026 18:15:03 +0200 Subject: [PATCH] fix(golden): persian dir is persian-g2p (dash) --- src/gpu/modal_golden_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpu/modal_golden_matrix.py b/src/gpu/modal_golden_matrix.py index 7df7f97..765792c 100644 --- a/src/gpu/modal_golden_matrix.py +++ b/src/gpu/modal_golden_matrix.py @@ -44,7 +44,7 @@ "urd-diac-1.0": ("imf/urd-diac/urd-diac-1.0-fp32.zip", "/ud-diacrit/urdu-diacrit/test.jsonl"), "tha-g2p-base-1.0": ("imf/tha-g2p-base/tha-g2p-base-1.0-fp32.zip", "/secryst-datasets/thai-ipa/test.jsonl"), "tha-g2p-small-1.0": ("imf/tha-g2p-small/tha-g2p-small-1.0-int8.zip", "/secryst-datasets/thai-ipa/test.jsonl"), - "fas-g2p-1.0": ("imf/fas-g2p/fas-g2p-1.0-fp32.zip", "/persian/persian_g2p/test.jsonl"), + "fas-g2p-1.0": ("imf/fas-g2p/fas-g2p-1.0-fp32.zip", "/persian/persian-g2p/test.jsonl"), "heb-diac-1.0": ("imf/heb-diac/heb-diac-1.0-fp32.zip", "nakdimon/test-imf.jsonl"), "heb-diac-1.1": ("imf/heb-diac/heb.zip", "nakdimon/test-imf.jsonl"), "heb-diac-small-1.0": ("imf/heb-diac-small/heb-diac-small-1.0-fp32.zip", "nakdimon/test-imf.jsonl"),