Skip to content
Snippets Groups Projects
Commit 897377ee authored by Lukas Gehrke's avatar Lukas Gehrke
Browse files

Adds debug option to Makefile.

parent 75049169
No related branches found
No related tags found
1 merge request!20Example
......@@ -12,12 +12,19 @@ run:
make run-actions&
make run-core
run-debug:
make run-actions&
make run-core-debug
run-actions:
python -m rasa_core_sdk.endpoint --actions actions
run-core:
python -m rasa_core.run --nlu models/nlu/default/current --core models/dialogue --endpoints endpoints.yml
run-core-debug:
python -m rasa_core.run --nlu models/nlu/default/current --core models/dialogue --endpoints endpoints.yml --debug
train:
make train-core
make train-nlu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment