From 07afdaf4139e3bb080e7e361fb5ff6689d449348 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Mon, 15 Apr 2024 18:42:06 +0000 Subject: [PATCH] allow timers at 10us resolution on server --- scripts/host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/host.sh b/scripts/host.sh index 77e8153b..bfe2de1b 100755 --- a/scripts/host.sh +++ b/scripts/host.sh @@ -65,7 +65,7 @@ fi if [ "$INNER" = "model" ] ; then echo "in server for $MODEL in $FOLDER" PREF="cd $FOLDER && CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES" - ARGS="--port $FWD_PORT --shm-prefix /aici-${MODEL}-" + ARGS="--port $FWD_PORT --shm-prefix /aici-${MODEL}- -A--wasm-timer-resolution-us=10" if [ "$CPP" -eq 1 ] ; then docker_cmd "$PREF /workspaces/aici/rllm/rllm-llamacpp/server.sh --loop --cuda $MODEL $ARGS" else