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
First of all, thanks for taking up the challenge and democratising this wunderful model.
encodec_24khz-d7cc33bc.th doesn't download for me
Downloading: "https:/dl.fbaipublicfiles.com/encodec/v0/encodec_24khz-d7cc33bc.th" to /Users/tatsch/.cache/torch/hub/checkpoints/encodec_24khz-d7cc33bc.th
Traceback (most recent call last):
File "/Users/tatsch/workspace/bark.cpp/download_weights.py", line 41, in <module>
state_dict = torch.hub.load_state_dict_from_url(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/torch/hub.py", line 746, in load_state_dict_from_url
download_url_to_file(url, cached_file, hash_prefix, progress=progress)
File "/opt/homebrew/lib/python3.11/site-packages/torch/hub.py", line 611, in download_url_to_file
u = urlopen(req)
^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.11/3.11.4_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.11/3.11.4_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 516, in open
req = meth(req)
^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.11/3.11.4_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 1272, in do_request_
raise URLError('no host given')
urllib.error.URLError: <urlopen error no host given>
First of all, thanks for taking up the challenge and democratising this wunderful model.
encodec_24khz-d7cc33bc.th doesn't download for me
curl -o models/encodec_24khz-d7cc33bc.th https://dl.fbaipublicfiles.com/encodec/v0/encodec_24khz-d7cc33bc.th
vocab.txt also isnt there for me in models, maybe related to the aforementioned issue
curl -o models/vocab.txt https://huggingface.co/suno/bark/blob/main/vocab.txt
but I guess its the wrong one because when I run it
also the call in the readme should be
./main -m ./ggml_weights/ -p "this is an audio"
instead of
./main -m ./models/ggml_weights/ -p "this is an audio"
for the default folder structure.
The text was updated successfully, but these errors were encountered: