RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI

No known documentation group for module 'gradio.mix'

Open
#2,128 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
38.4k
Forks
5.3k
PR merge metrics
No merged PRs in 30d

Description

D:\Git\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\threadpoolctl.py:1214: RuntimeWarning:
Found Intel OpenMP ('libiomp') and LLVM OpenMP ('libomp') loaded at
the same time. Both libraries are known to be incompatible and this
can cause random crashes or deadlocks on Linux when loaded in the
same Python program.
Using threadpoolctl may cause crashes or deadlocks. For more
information and possible workarounds, please see
    https://github.com/joblib/threadpoolctl/blob/master/multiple_openmp.md

  warnings.warn(msg, RuntimeWarning)
2024-06-13 15:49:12 | INFO | configs.config | Found GPU NVIDIA GeForce RTX 4070 Ti
2024-06-13 15:49:12 | INFO | configs.config | Half-precision floating-point: True, device: cuda:0
D:\Git\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\gradio_client\documentation.py:104: UserWarning: Could not get documentation group for <class 'gradio.mix.Parallel'>: No known documentation group for module 'gradio.mix'
  warnings.warn(f"Could not get documentation group for {cls}: {exc}")
D:\Git\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\gradio_client\documentation.py:104: UserWarning: Could not get documentation group for <class 'gradio.mix.Series'>: No known documentation group for module 'gradio.mix'
  warnings.warn(f"Could not get documentation group for {cls}: {exc}")
2024-06-13 15:49:13 | INFO | __main__ | Use Language: zh_TW
Running on local URL:  http://0.0.0.0:7865

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the warning in gradio_client/documentation.py:104 and the reported gradio.mix.Parallel and gradio.mix.Series classes. Reproduce the startup warning in the reported Windows environment, then determine whether the warning is expected and what behavior should indicate that the documentation lookup is handled correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.