From 8329e850cc17491c895a19a51a1c160539d879d0 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 11 Dec 2024 18:43:02 +0200 Subject: [PATCH] tts : minor fix --- examples/tts/convert_pt_to_hf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/tts/convert_pt_to_hf.py b/examples/tts/convert_pt_to_hf.py index c4a1185a8..62dcc05ef 100644 --- a/examples/tts/convert_pt_to_hf.py +++ b/examples/tts/convert_pt_to_hf.py @@ -11,9 +11,6 @@ import re from safetensors.torch import save_file -# change path to script dir -os.chdir(os.path.dirname(os.path.abspath(__file__))) - # default model_path = './model.pt';