You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-6 (worker):
Traceback (most recent call last):
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fishenv\env\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fishenv\env\lib\threading.py", line 953, in run
self._target(*self._args, **self.kwargs)
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\tools\llama\generate.py", line 884, in worker
model, decode_one_token = load_model(
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\tools\llama\generate.py", line 662, in load_model
model: Union[NaiveTransformer, DualARTransformer] = BaseTransformer.from_pretrained(
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fish_speech\models\text2semantic\llama.py", line 352, in from_pretrained
config = BaseModelArgs.from_pretrained(str(path))
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fish_speech\models\text2semantic\llama.py", line 82, in from_pretrained
data = json.load(f)
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fishenv\env\lib\json_init.py", line 293, in load
return loads(fp.read(),
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fishenv\env\lib\codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 64: invalid start byte
When I use WebUI to load the trained model, I will receive a prompt. How can I solve this problem
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Exception in thread Thread-6 (worker):
Traceback (most recent call last):
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fishenv\env\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fishenv\env\lib\threading.py", line 953, in run
self._target(*self._args, **self.kwargs)
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\tools\llama\generate.py", line 884, in worker
model, decode_one_token = load_model(
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\tools\llama\generate.py", line 662, in load_model
model: Union[NaiveTransformer, DualARTransformer] = BaseTransformer.from_pretrained(
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fish_speech\models\text2semantic\llama.py", line 352, in from_pretrained
config = BaseModelArgs.from_pretrained(str(path))
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fish_speech\models\text2semantic\llama.py", line 82, in from_pretrained
data = json.load(f)
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fishenv\env\lib\json_init.py", line 293, in load
return loads(fp.read(),
File "D:\AI\fish-speech-1.4.3\fish-speech-1.4.3\fishenv\env\lib\codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 64: invalid start byte
When I use WebUI to load the trained model, I will receive a prompt. How can I solve this problem
Beta Was this translation helpful? Give feedback.
All reactions