oobabooga / text-generation-webui

A Gradio web UI for Large Language Models.
GNU Affero General Public License v3.0
39.68k stars 5.21k forks source link

D:\airj\text-generation-webui\text-generation-webui\installer_files\env\lib\site-packages\torch\nn\utils\weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm. #4725

Closed swumagic closed 8 months ago

swumagic commented 10 months ago

Describe the bug

1\== Loading Bark TTS extension ==

2\Loading hubert model... D:\airj\text-generation-webui\text-generation-webui\installer_files\env\lib\site-packages\torch\nn\utils\weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm. warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.") Hubert model loaded. Loading rmvpe model... rmvpe model loaded.

3\bin D:\airj\text-generation-webui\text-generation-webui\installer_files\env\lib\site-packages\bitsandbytes\libbitsandbytes_cuda121.dll

Is there an existing issue for this?

Reproduction

D:\airj\text-generation-webui\text-generation-webui\installer_files\env\lib\site-packages\torch\nn\utils\weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.

Screenshot

No response

Logs

2023-11-25 16:47:10 WARNING:trust_remote_code is enabled. This is dangerous.
2023-11-25 16:47:10 WARNING:
You are potentially exposing the web UI to the entire internet without any access password.
You can create one with the "--gradio-auth" flag like this:

--gradio-auth username:password

Make sure to replace username:password with your own.
bin D:\airj\text-generation-webui\text-generation-webui\installer_files\env\lib\site-packages\bitsandbytes\libbitsandbytes_cuda121.dll
2023-11-25 16:47:14 INFO:Loading settings from settings.yaml...
2023-11-25 16:47:14 INFO:Loading the extension "multimodal"...
2023-11-25 16:47:14 INFO:Loading the extension "openai"...
2023-11-25 16:47:14 INFO:OpenAI-compatible API URL:

http://0.0.0.0:4000

2023-11-25 16:47:14 INFO:Loading the extension "gallery"...
2023-11-25 16:47:14 INFO:OpenAI API key:

sk-***************************

2023-11-25 16:47:14 INFO:Loading the extension "stable_diffusion"...
2023-11-25 16:47:14 INFO:OpenAI API admin key (for loading/unloading models):

sk-***************************

2023-11-25 16:47:14 INFO:Loading the extension "code_syntax_highlight"...
INFO:     Started server process ******
INFO:     Waiting for application startup.
INFO:     Application startup complete.
2023-11-25 16:47:14 INFO:Loading the extension "bark_tts"...
INFO:     Uvicorn running on http://0.0.0.0:4000 (Press CTRL+C to quit)
[nltk_data] Downloading package punkt to
[nltk_data]     C:\Users\admin\AppData\Roaming\nltk_data...
[nltk_data]   Package punkt is already up-to-date!

== Loading Bark TTS extension ==
+ This may take a while on first run don't worry!
+ Creating directories (if they don't exist)...
+ Done!
+ Loading model...
D:\airj\text-generation-webui\text-generation-webui\installer_files\env\lib\site-packages\torch\nn\utils\weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.
  warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.")
+ Done!
== Bark TTS extension loaded ==

2023-11-25 16:47:27 INFO:Loading the extension "whisper_stt"...
2023-11-25 16:47:27 INFO:Loading the extension "send_pictures"...
2023-11-25 16:47:30 INFO:Loading the extension "google_translate"...
2023-11-25 16:47:30 INFO:Loading the extension "webui_tavernai_charas"...
2023-11-25 16:47:30 INFO:Loading the extension "character_bias"...
2023-11-25 16:47:30 INFO:Loading the extension "example"...
2023-11-25 16:47:30 INFO:Loading the extension "long_replies"...
2023-11-25 16:47:30 INFO:Loading the extension "perplexity_colors"...
2023-11-25 16:47:30 INFO:Loading the extension "Training_PRO"...
2023-11-25 16:47:30 INFO:Loading the extension "edge_tts"...
Found GPU NVIDIA GeForce RTX 4090
Loading hubert model...
D:\airj\text-generation-webui\text-generation-webui\installer_files\env\lib\site-packages\torch\nn\utils\weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.
  warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.")
Hubert model loaded.
Loading rmvpe model...
rmvpe model loaded.
2023-11-25 16:47:33 INFO:Loading the extension "web_search"...
2023-11-25 16:47:33 INFO:Loading the extension "more_translators"...
Loaded 301 voices.
Found 4 rvc models.
2023-11-25 16:47:50 INFO:LLaVA - Loading CLIP from openai/clip-vit-large-patch14 as torch.float32 on cuda:0...
2023-11-25 16:47:53 INFO:LLaVA - Loading projector from liuhaotian/LLaVA-13b-delta-v0 as torch.float32 on cuda:0...
2023-11-25 16:47:53 INFO:LLaVA supporting models loaded, took 3.16 seconds
2023-11-25 16:47:53 INFO:Multimodal: loaded pipeline llava-13b from pipelines/llava (LLaVA_v0_13B_Pipeline)
Running on local URL:  http://0.0.0.0:7866

To create a public link, set `share=True` in `launch()`.

System Info

WIN11,PY310.11,rtx4090
github-actions[bot] commented 8 months ago

This issue has been closed due to inactivity for 6 weeks. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.