stevenlu
stevenlu
Yes, you can communicate with AIlice directly through voice conversation: ailice_web --modelID=hf:Open-Orca/Mistral-7B-OpenOrca --prompt="main" --quantization=8bit --contextWindowRatio=0.6 --speechOn --ttsDevice=cuda --sttDevice=cuda or ailice_main --modelID=hf:Open-Orca/Mistral-7B-OpenOrca --prompt="main" --quantization=8bit --contextWindowRatio=0.6 --speechOn --ttsDevice=cuda --sttDevice=cuda Note that you...
Yeah, I'm thinking of adding a progress prompt as well, it's just that for some technical reasons this simple little task has become a bit difficult. The problem you're currently...
You may want to pay attention to this issue: https://github.com/gradio-app/gradio/issues/7284
AIlice's peripheral modules (including speech) are RPC services of independent processes. Some modules are necessary to start AIlice, if it fails to start, AIlice will fail. This situation is caused...
In addition, because the current timeout setting is too short, this error may occasionally occur. Just try again.
I just submitted a change to the master branch to avoid "Resource temporarily unavailable" errors caused by slow startup of peripheral modules. You can update the code to see if...
Ah, this is a known issue. Some dependencies, maybe espnet, occasionally have versions that do not correctly reference its dependency typeguard, causing problems. Previously AIlice had added typeguard==2.13.3 as a...
Thank you for your detailed information! I usually don’t work under windows, so there are still some things that confuse me here. For example, does torch have the cpu version...
I've also been constantly trying to strip away unnecessary dependencies. Currently, the most ideal approach is to make the default installation independent of transformers and torch. However, at the moment,...
Hello, the latest version of the master branch has eliminated the default dependence on docker. You only need to delete config.json and reinstall the latest version. If you want to...