You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/05/11 18:22:26 UTC

[incubator-nlpcraft-website] branch master updated: Update cheat-sheet.html

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c680692  Update cheat-sheet.html
c680692 is described below

commit c680692ded3c3d0cdaec1f9db370cd51384b6795
Author: Aaron Radzinski <ar...@apache.org>
AuthorDate: Tue May 11 11:22:18 2021 -0700

    Update cheat-sheet.html
---
 cheat-sheet.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cheat-sheet.html b/cheat-sheet.html
index 8d076f1..aa1cb50 100644
--- a/cheat-sheet.html
+++ b/cheat-sheet.html
@@ -256,8 +256,8 @@ id: cheat_sheet
                                 </p>
                                 <pre class="brush: bash">
                                     $ bin/nlpcraft.sh help -c=start-probe # Get help.
-                                    $ bin/nlpcraft.sh start-probe # Start probe with default config.
-                                    $ bin/nlpcraft.sh start-probe --cfg=~/myapp/nlpcraft.conf --mdls=my.package.Model --cp=~/myapp/target/classes --jmvOpts="-ea -Xms2048m" --timeoutMins=5
+                                    $ bin/nlpcraft.sh start-probe --cp=~/myapp/target/classes # Start probe with given model(s).
+                                    $ bin/nlpcraft.sh start-probe --cp=~/myapp/target/classes --cfg=~/myapp/nlpcraft.conf --mdls=my.package.Model --jmvOpts="-ea -Xms2048m" --timeoutMins=5
                                 </pre>
                                 <p>
                                     Stop the probe:
@@ -355,8 +355,8 @@ id: cheat_sheet
                             <div class="tab-pane fade show active" id="nav-script" role="tabpanel">
                                 <pre class="brush: bash">
                                     $ bin/nlpcraft.sh help -c=test-model # Get help.
-                                    $ bin/nlpcraft.sh test-model # All default parameters.
-                                    $ bin/nlpcraft.sh test-model --mdls=my.package.Model --cp=~/myapp/target/classes --jmvOpts="-ea -Xms2048m"
+                                    $ bin/nlpcraft.sh test-model --cp=~/myapp/target/classes # Test all models in specified classpath.
+                                    $ bin/nlpcraft.sh test-model --cp=~/myapp/target/classes --mdls=my.package.Model --jmvOpts="-ea -Xms2048m"
                                 </pre>
                             </div>
                             <div class="tab-pane fade show" id="nav-class" role="tabpanel">