Skip to content

Commit

Permalink
Fix: Update incorrect import path for load_filelist function (#818)
Browse files Browse the repository at this point in the history
* Modify import path.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Ray0907 and pre-commit-ci[bot] authored Jan 12, 2025
1 parent 4fc8dbd commit fc289b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/llama/build_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
from tqdm import tqdm

from fish_speech.datasets.protos.text_data_pb2 import Semantics, Sentence, TextData
from fish_speech.datasets.protos.text_data_stream import load_filelist, pack_pb_stream
from fish_speech.datasets.protos.text_data_stream import pack_pb_stream
from fish_speech.utils.file import load_filelist

# To avoid CPU overload
os.environ["MKL_NUM_THREADS"] = "1"
Expand Down

0 comments on commit fc289b7

Please sign in to comment.