NingHai
NingHai
> you can try `export no_proxy="localhost,127.0.0.1"` before running the gradio app Thanks, this works for me!
> @shaojun (or anybody else who faced this issue), if you can provide more details about the proxy you're using and how it's configured, we might be able to provide...
I'm using clash for windows(CFW), can this help?
Please consider trying this: ```bash git clone https://github.com/microsoft/DeepSpeed.git cd DeepSpeed DS_BUILD_UTILS=1 DS_BUILD_FUSED_ADAM=1 pip install . ``` If you encounter a mismatch between cuda and gcc, consider lowering the gcc version...
Please consider trying this: git clone https://github.com/microsoft/DeepSpeed.git cd DeepSpeed DS_BUILD_UTILS=1 DS_BUILD_FUSED_ADAM=1 pip install . If you encounter a mismatch between cuda and gcc, consider lowering the gcc version and running...
> conda install pyaudio It works for me, conda always solves my problems in important scenarios like higher versions of gcc/g++ as well.
haha, hope you can speed up the progress