conda create -n serve-health python=3.6conda activate serve-healthconda install -c pytorch pytorchconda install -c pytorch torchvision
Installation details can be found here.
git clone --recurse-submodules https://github.com/alindkhare/serve-healthcare.git
cd serve-healthcarebash ./ray/ci/travis/install-bazel.shcd ./ray/python && pip install -e .[serve] --verbosecd ../../
pip install -r requirement.txt
pip install -e . --verbose
Running python profile.py populates .jsonl file for time taken by each query.
Using .jsonl file following can be plotted -
