We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef077e commit 6d98572Copy full SHA for 6d98572
run.remoting.sh
@@ -1,6 +1,8 @@
1
#! /bin/bash
2
#clear
3
-if [[ ${1:-} == "gdb" ]]; then
+if [[ ${1:-} == "strace" ]]; then
4
+ prefix="strace"
5
+elif [[ ${1:-} == "gdb" ]]; then
6
prefix="gdb --args"
7
else
8
prefix=""
@@ -41,7 +43,7 @@ if [[ "$bench" == yes ]]; then
41
43
--n-gpu-layers 99
42
44
45
PROMPT="say nothing"
- PROMPT="tell what's Apple metal API"
46
+ #PROMPT="tell what's Apple metal API"
47
$prefix \
48
$LLAMA_BUILD_DIR/bin/llama-run \
49
--ngl 99 \
0 commit comments