Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/notAI-tech/fastDeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bedapudi6788 committed Dec 4, 2023
2 parents fa32924 + 180db93 commit 01a60f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ docker run -it -p8080:8080 fastdeploy_echo_json

### Where not to use fastDeploy?
- non cpu/gpu heavy models that are better of running parallely rather than in batch
- if your predictor calls some external API or uploads to s3 etc
- if your predictor calls some external API or uploads to s3 etc in a blocking way
- io heavy non batching use cases (eg: query ES or db for each input)
- for these cases better to directly do from rest api code (instead of consumer producer mechanism) so that high concurrency can be achieved

0 comments on commit 01a60f1

Please sign in to comment.