you222's recent timeline updates
you222

you222

V2EX member #321301, joined on 2018-06-08 10:36:27 +08:00
Today's activity rank 18924
Per you222's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
you222's recent replies
Oct 7, 2024
Replied to a topic by you222 前端开发 前端技术项目求助
@nyxsonsleep #28 是的,公司电脑的显卡不行,只能用 CPU 跑了
Oct 6, 2024
Replied to a topic by you222 前端开发 前端技术项目求助
@nyxsonsleep 我这边只有一台闲置的 32GB 内存的 Windows 电脑,跑了一个 7B 的 qwen2.0 量化模型,3token/秒,不能并发
是将仓库中的完整代码都写进总结文档吗,文本这么长是怎么一次性喂给大模型的
May 7, 2024
Replied to a topic by zoeyx 程序员 前端 Coder 如何学习 Golang?
可以看下面两个链接入门:
1. https://go.dev/tour/
2. https://go.dev/doc/effective_go
可以试下 chrome.debugger ,不过需要开启浏览器的调试模式

chrome.tabs.onUpdated.addListener((tabId, changeInfo, tab) => {
const onEvent = async (source, method, params) => {
if (method === "Network.responseReceived") {
const { type, response } = params
console.log(response.body)
}
}
chrome.debugger.onEvent.addListener(onEvent)
})
Apr 11, 2024
Replied to a topic by you222 前端开发 前端技术项目求助
兄弟们,找到东西搞了,本地搭个大模型+Code Review
https://huggingface.co/TheBloke/CodeLlama-13B-GGUF
https://github.com/anc95/ChatGPT-CodeReview
Mar 29, 2024
Replied to a topic by you222 前端开发 前端技术项目求助
@hellofreckles 这个实际上还是要把公司代码上传到 Github Copilot 吧,之前跟上级提过做一个 Github Copilot 类似共享登录平台,加一层代理过滤公司敏感代码信息,但是上面还是不批
Mar 29, 2024
Replied to a topic by you222 前端开发 前端技术项目求助
@Rannnnnnn Sentry 和自研的错误上报也有人搞了
Mar 29, 2024
Replied to a topic by you222 前端开发 前端技术项目求助
@ssyx 这个我们也接入了
Mar 29, 2024
Replied to a topic by you222 前端开发 前端技术项目求助
@JingXiao 组件库工具库之类的比较完善了
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   899 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 22:25 · PVG 06:25 · LAX 15:25 · JFK 18:25
♥ Do have faith in what you're doing.