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 a42d77c commit 13c6d7cCopy full SHA for 13c6d7c
1 file changed
install.sh
@@ -64,7 +64,7 @@ if [ $IS_WINDOWS -eq 1 ]; then
64
echo " ollama serve"
65
echo " ollama pull $OLLAMA_MODEL"
66
echo "== Installation complete! =="
67
- echo "You can now use the '$BINARY_NAME_WIN --mode=worker' command to start the dPrompts worker."
+ echo "You can now use the '$BINARY_NAME_WIN worker' command to start the dPrompts worker."
68
exit 0
69
fi
70
@@ -109,4 +109,4 @@ else
109
110
111
112
-echo "You can now use the 'dpr --mode=worker' command to start the dPrompts worker."
+echo "You can now use the 'dpr worker' command to start the dPrompts worker."
0 commit comments