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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is there a good alternative for a local ChatGPT

11 点作者 ludovicianul大约 2 年前
I would like to have something as similar as possible to ChatGPT, but deployed in a closed environment. Feed it my specific data and query it afterwards. What would you recommend?

5 条评论

gostsamo大约 2 年前
Keep in mind that the number of parameters on this thing goes to hundreds of billions. So, start with a local datacenter and continue from there. Facebook's Lama which is supposed to be both similar in performance and much reduced in size has only 65 billion params and weights around 220gb (as far as I remember from an article). You will need a beefy server to run this and it would better be shared or the server will be idle most of the time.
评论 #35092454 未加载
dstala大约 2 年前
<a href="https:&#x2F;&#x2F;huggingface.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;</a>
labarilem大约 2 年前
This might help you: <a href="https:&#x2F;&#x2F;www.hpc-ai.tech&#x2F;blog&#x2F;colossal-ai-chatgpt" rel="nofollow">https:&#x2F;&#x2F;www.hpc-ai.tech&#x2F;blog&#x2F;colossal-ai-chatgpt</a>
amrb大约 2 年前
A web UI for running Large Language Models <a href="https:&#x2F;&#x2F;github.com&#x2F;oobabooga&#x2F;text-generation-webui">https:&#x2F;&#x2F;github.com&#x2F;oobabooga&#x2F;text-generation-webui</a>
ad404b8a372f2b9大约 2 年前
There is a thread on &#x2F;g&#x2F; about running your own LLM chatbots with a lot of good info.