Open failable opened 2 years ago
I haven't noticed this issue for a while. You need a full pipeline:
git clone --recurse-submodules https://github.com/applied-knowledge-systems/the-pattern.git
cd the-pattern
bash ./bootstrap_benchmark.sh
if everything works you shall get the output of the curl command via API
curl -i -H “Content-Type: application/json” -X POST -d ‘{“search”:”Who performs viral transmission among adults?”}’ http://localhost:8080/qasearch
and time for PyTorch+hugginface of the shelf pipeline.
I'm trying to follow this post, but I got the following error.