2回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
instead of loading model object from a zip file in lambda session. you can load the model object to elastic-cache upfront and load it in lambda instance from elastic-cache. you might need to serialize and deserialize but I think it would still be faster.
回答済み 3年前
0
Hi! Thanks for your answer. In theory, that'd be a good idea and could work. However, my other question in this forum then comes into play :D
Serverless Inference currently does not support a VPC configuration. Redis clusters, however, need to be in a VPC.
回答済み 3年前