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
~/docker/Whisper-WebUI$ ./start-webui.sh --server_name 0.0.0.0
Use "faster-whisper" implementation
Device "cuda" is detected
Running on local URL: http://0.0.0.0:7860
To create a public link, set share=True in launch().
config.json: 100%|███████████████████████████████████████████████| 2.80k/2.80k [00:00<00:00, 3.01MB/s]
vocabulary.txt: 100%|██████████████████████████████████████████████| 460k/460k [00:00<00:00, 1.38MB/s]
tokenizer.json: 100%|████████████████████████████████████████████| 2.20M/2.20M [00:00<00:00, 3.71MB/s]model.bin: 100%|█████████████████████████████████████████████████| 3.09G/3.09G [00:55<00:00, 55.2MB/s]
Could not load library libcudnn_ops_infer.so.8. Error: libcudnn_ops_infer.so.8: cannot open shared object file: No such file or directory
./start-webui.sh: línea 4: 6516 Abortado (`core' generado) python3.10 app.py "$@"
launching the app
The text was updated successfully, but these errors were encountered:
where should I put this library?
~/docker/Whisper-WebUI$ ./start-webui.sh --server_name 0.0.0.0
Use "faster-whisper" implementation
Device "cuda" is detected
Running on local URL: http://0.0.0.0:7860
To create a public link, set
share=True
inlaunch()
.config.json: 100%|███████████████████████████████████████████████| 2.80k/2.80k [00:00<00:00, 3.01MB/s]
vocabulary.txt: 100%|██████████████████████████████████████████████| 460k/460k [00:00<00:00, 1.38MB/s]
tokenizer.json: 100%|████████████████████████████████████████████| 2.20M/2.20M [00:00<00:00, 3.71MB/s]model.bin: 100%|█████████████████████████████████████████████████| 3.09G/3.09G [00:55<00:00, 55.2MB/s]
Could not load library libcudnn_ops_infer.so.8. Error: libcudnn_ops_infer.so.8: cannot open shared object file: No such file or directory
./start-webui.sh: línea 4: 6516 Abortado (`core' generado) python3.10 app.py "$@"
launching the app
The text was updated successfully, but these errors were encountered: