tests: absolute paths are prohibited

This commit is contained in:
Pascal
2026-06-24 19:00:33 +02:00
parent c7fb781937
commit 9dbe7ea26a
+1 -1
View File
@@ -28,7 +28,7 @@ torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
torch.set_float32_matmul_precision("highest")
# Stub the V1 25Hz tokenizer so qwen_tts.core imports without sox.
UPSTREAM_ROOT = "/mnt/workspace/Qwen3-TTS"
UPSTREAM_ROOT = "../../Qwen3-TTS"
sys.path.insert(0, UPSTREAM_ROOT)
class _StubV1Config: