Update build_ext.sh
Browse files- build_ext.sh +0 -2
build_ext.sh
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
pip install -U pip
|
2 |
-
pip install gradio==3.42.0
|
3 |
chmod +x ./bazelisk-linux-amd64
|
4 |
USE_BAZEL_VERSION=5.0.0 ./bazelisk-linux-amd64 build wavegru_mod -c opt --copt=-march=native
|
5 |
cp -f bazel-bin/wavegru_mod.so .
|
|
|
|
|
|
|
1 |
chmod +x ./bazelisk-linux-amd64
|
2 |
USE_BAZEL_VERSION=5.0.0 ./bazelisk-linux-amd64 build wavegru_mod -c opt --copt=-march=native
|
3 |
cp -f bazel-bin/wavegru_mod.so .
|