Y
Hacker News
new
|
ask
|
show
|
jobs
by
ssheng
1464 days ago
FastAPI is great building block but can't expect it to work for model serving out of box.
1 comments
beckingz
1464 days ago
Load your pickle file and it works?
link
beckingz
1464 days ago
I know, pickle is insecure, etc
link
chaoyu_
1464 days ago
Most team don't really concern about the security side of things when using pickle for model deployment, more about performance and resource utilization. It works ok for very light weight models, but doesn't scale.
link