Skip to content

Commit

Permalink
Use -c= for r2ai on r2ai-server
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 31, 2024
1 parent 47c8e76 commit 44b2102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2ai-server/r2ai-server
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main() {
koboldcpp -c 0 --port ${PORT} -m "${MODELDIR}/${MODEL}.gguf"
;;
r2ai)
r2ai -c "_e http.port=${PORT}" -c "_m ${MODEL}" -c "_w"
r2ai -c="-e http.port=${PORT}" -c="-m ${MODEL}" -c="-w"
;;
*)
echo "Invalid llama server selected."
Expand Down

0 comments on commit 44b2102

Please sign in to comment.