ntt123 commited on
Commit
a5c4085
1 Parent(s): edbd62f

Update build_ext.sh

Browse files
Files changed (1) hide show
  1. build_ext.sh +1 -0
build_ext.sh CHANGED
@@ -1,4 +1,5 @@
1
  pip install -U pip
2
  pip install gradio==3.42.0
 
3
  USE_BAZEL_VERSION=5.0.0 ./bazelisk-linux-amd64 build wavegru_mod -c opt --copt=-march=native
4
  cp -f bazel-bin/wavegru_mod.so .
 
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 .