Skip to content

Commit

Permalink
rename fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Feb 1, 2024
1 parent 28a8e91 commit 617c9d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rllm-cuda/server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
fi

if [ "X$CUDA_VISIBLE_DEVICES" = "X" ] ; then
P=`ps -ax|grep 'aicir[t]\|rllm-serve[r]|cpp-rll[m]' | awk '{print $1}' | xargs echo`
P=`ps -ax|grep 'aicir[t]\|rllm-serve[r]|rll[m]-cpp' | awk '{print $1}' | xargs echo`
if [ "X$P" != "X" ] ; then
echo "KILL $P"
kill $P
Expand Down Expand Up @@ -86,7 +86,7 @@ if [ "$CPP" = 1 ] ; then
esac
else
BIN_NAME=rllm-server
FOLDER_NAME=rllm
FOLDER_NAME=rllm-cuda
case "$1" in
phi )
ARGS="-m microsoft/phi-1_5@refs/pr/66 -t phi -w $EXPECTED/phi-1_5/cats.safetensors"
Expand Down

0 comments on commit 617c9d6

Please sign in to comment.