We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pebble
1 parent 90fae32 commit 2b6094aCopy full SHA for 2b6094a
modelconverter/packages/rvc2/exporter.py
@@ -12,7 +12,6 @@
12
13
import tflite2onnx
14
from loguru import logger
15
-from pebble import ThreadPool
16
17
from modelconverter.packages.base_exporter import Exporter
18
from modelconverter.utils import (
@@ -282,6 +281,8 @@ def compile_blob(self, args: list) -> CompileResult:
282
281
return CompileResult(blob_output_path, result)
283
284
def compile_superblob(self, args: list[str]) -> Path:
+ from pebble import ThreadPool
285
+
286
blobs_directory = self.intermediate_outputs_dir / "blobs"
287
blobs_directory.mkdir(parents=True, exist_ok=True)
288
0 commit comments