NTT123 commited on
Commit
5f58013
1 Parent(s): 14fed53

add bazelisk binary

Browse files
Files changed (3) hide show
  1. app.py +1 -2
  2. bazelisk-linux-amd64 +3 -0
  3. packages.txt +1 -3
app.py CHANGED
@@ -1,8 +1,7 @@
1
  import os
2
 
3
  ## build wavegru-cpp
4
- os.system("npm install -g @bazel/bazelisk")
5
- os.system("bazelisk build wavegru_mod -c opt --copt=-march=native")
6
 
7
 
8
  import gradio as gr
 
1
  import os
2
 
3
  ## build wavegru-cpp
4
+ os.system("./bazelisk-linux-amd64 build wavegru_mod -c opt --copt=-march=native")
 
5
 
6
 
7
  import gradio as gr
bazelisk-linux-amd64 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:231ec5ca8115e94c75a1f4fbada1a062b48822ca04f21f26e4cb1cd8973cd458
3
+ size 5152768
packages.txt CHANGED
@@ -1,3 +1 @@
1
- libsndfile1-dev
2
- nodejs
3
- npm
 
1
+ libsndfile1-dev