TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Cortex – Open-source alternative to SageMaker for model serving

65 点作者 calebkaiser大约 5 年前

7 条评论

Lemaxoxo大约 5 年前
Hey there, great work. I used Cortex as an inspiration when designing chantilly: <a href="https:&#x2F;&#x2F;github.com&#x2F;creme-ml&#x2F;chantilly" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;creme-ml&#x2F;chantilly</a>, which is a much less ambitious solution tailored towards online machine learning models. Keep up the good work.
itsderek23大约 5 年前
This certainly looks like a cleaner way to deploy an ML model than SageMaker. Couple of questions:<p>* Is this really for more intensive model inference applications that need a cluster? It feels like for a lot of my models, a cluster is overkill.<p>* A lot of the ML deployment (Cortex, SageMaker, etc) don&#x27;t see to rely on first pushing changes to version control, then deploying from there. Is there any reason for this? I can&#x27;t come up for a reason why this shouldn&#x27;t be the default. For example, this is how Heroku works for web apps (and this is a web app at the end of the day).
评论 #22871632 未加载
bobosha大约 5 年前
Has anyone used Cortex in production?<p>- Could you share your experiences?<p>- why would one choose this over docker for instance?
评论 #22870000 未加载
wikibob大约 5 年前
The name Cortex is in use for the scalable Prometheus storage backend: <a href="https:&#x2F;&#x2F;github.com&#x2F;cortexproject&#x2F;cortex" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cortexproject&#x2F;cortex</a>
评论 #22871486 未加载
dodata大约 5 年前
One of the things that has deterred me from SageMaker is how expensive it can be for a side project. Real-time endpoints start at $40-$50 per month, which would be a bit too much for a low-budget project on the side. I love the idea of using an open-source alternative, but I noticed that all of the systems combined for Cortex would be a bit more expensive. Do you have any tips on how to keep a model deployed cheaply for a side project using Cortex? Id be fine with a little bit of latency on the first request, similar to how Heroku&#x27;s free dynos work.
评论 #22872809 未加载
cameronfraser大约 5 年前
Why would I use this over deploying the model to a lambda function aside from lack of GPU? (not trying to be confrontational, genuinely don&#x27;t know) Won&#x27;t lambda functions scale as needed? How does this compare cost wise?
评论 #22872163 未加载
_____smurf_____大约 5 年前
How is this compared to KubeFlow?
评论 #22870522 未加载