tests: absolute paths are prohibited
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user