Make the benchmarking script non-interactive
Browse files- 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 |
-
|
| 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
|