compilade commited on
Commit
eac53d7
·
1 Parent(s): 85a696e

Make the benchmarking script non-interactive

Browse files
Files changed (1) hide show
  1. bench-TriLMs.sh +1 -2
bench-TriLMs.sh CHANGED
@@ -32,8 +32,7 @@ function build_llama_cpp() {
32
  cd -- "$LLAMA_CPP_PATH"
33
  if [ -d build ]; then
34
  pwd
35
- echo 'rm -rI build'
36
- rm -rI build
37
  fi
38
  mkdir build
39
  cd build
 
32
  cd -- "$LLAMA_CPP_PATH"
33
  if [ -d build ]; then
34
  pwd
35
+ rm -rf build
 
36
  fi
37
  mkdir build
38
  cd build