-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[examples] Update and improve the example service implementations and documentation #467
[examples] Update and improve the example service implementations and documentation #467
Conversation
The documentation for the example services has fallen out of date, as reported in facebookresearch#466. This patch updates the README to include the latest usage instructions.
LGTM |
Thanks for the quick response @mostafaelhoushi!
Cheers, |
Codecov Report
@@ Coverage Diff @@
## development #467 /- ##
===============================================
Coverage 87.55% 87.63% 0.08%
===============================================
Files 109 109
Lines 6113 6113
===============================================
Hits 5352 5357 5
Misses 761 756 -5
Continue to review full report at Codecov.
|
This patch set includes:
demo.py
script that includes a minimal usage of the example environments. This is intended to be used as a starting point for people who write their own services.demo_without_bazel.py
script which shows how the Python service can be used independently of the bazel build system.--port
flag was not used by the Python service runtime.