gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
973 stars 90 forks source link

Info and Warnings on start-up #131

Closed lewist01 closed 10 months ago

lewist01 commented 10 months ago

Describe the bug On Start-up: Have these warnings and updating installing any of the below does not make a difference. Using Conda : Any advice on exact version required or how to overcome these warnings would be appreciated.

2023-09-07 08:40:53 | INFO | fairseq.tasks.text_to_speech | Please install tensorboardX: pip install tensorboardX 2023-09-07 08:40:53 | WARNING | xformers | Triton is not available, some optimizations will not be enabled. This is just a warning: No module named 'triton' 2023-09-07 08:40:54 | WARNING | xformers | A matching Triton is not available, some optimizations will not be enabled. Error caught was: No module named 'triton'

gitmylo commented 10 months ago

The info message doesn't matter, and the warnings are just mentioning that triton is not available, triton is only available for linux.