Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
remove 3 in python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostvv committed Mar 28, 2019
1 parent 073468c commit ee25172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/formbot/Makefile
Expand Up @@ -12,7 +12,7 @@ help:


train-core:
python3 -m rasa_core.train -s data/stories.md -d domain.yml -o models/dialogue --debug
python -m rasa_core.train -s data/stories.md -d domain.yml -o models/dialogue --debug

run-core:
python -m rasa_core.run --core models/dialogue --nlu models/nlu/current --debug --endpoints endpoints.yml
Expand All @@ -34,4 +34,4 @@ train-nlu:
python -m rasa_nlu.train -c nlu_tensorflow.yml --fixed_model_name current --data data/nlu_data.md -o models --project nlu --verbose

evaluate-core:
python3 -m rasa_core.evaluate --core models/dialogue -s data/stories.md --fail_on_prediction_errors
python -m rasa_core.evaluate --core models/dialogue -s data/stories.md --fail_on_prediction_errors

0 comments on commit ee25172

Please sign in to comment.