Chen Zhang

Results 11 comments of Chen Zhang

在jieba的github主页就有俩node移植版本 一个nodejeba 一个 @node-rs/jieba 刘老六 ***@***.***> 于2021年12月24日周五 16:02写道: > 如何在vue中使用结巴,这对我很有用处! > > — > Reply to this email directly, view it on GitHub > , or unsubscribe > > ....

我倒是也有类似的需求,比如凌晨(5:00-6:00)这样的想分成一个词。

我补充一点,命令行模式我在zsh下运行出错,遇到类似问题的我建议切换到bash来跑

How much could GPU improving the performance? In my computer it cost 30s per page, I am using AMD 3600 CPU, but my GPU is AMD that means I could...

thanks for your explain. After a few experiment, I found HIP could not working in my Video Card RX6700XT, Because it need ROCm, which is maybe not support this device...

deepseek是兼容openai的 填入相关参数即可使用了 ![38c0c685-5562-43f1-a0d7-8c0545301ed5](https://github.com/user-attachments/assets/bfa95f65-5af7-41cc-9035-717f28c2d84e)

一个简单的做法是用现有的Speech Bubble检测模型 然后将气球翻译器的Json文件中的文本信息的坐标与对话气泡检测模型输出的对话框的坐标比对。 这里的问题在于不同的原始内容有着不同的最佳处理流程 lhj5426 ***@***.***> 于2025年1月5日周日 23:44写道: > 那你只能期待 开发者 添加这个功能了 然后自己训练一个模型 > #508 > #634 > > — > Reply to this email directly, view it on GitHub...

可以啊,用ollama运行 ollama run deepseek-r1:32b 然后在GPT中写好模型名称deepseek-r1:32b和本地接口http://127.0.0.1:11434/v1即可 ptdgzs ***@***.***> 于2025年2月2日周日 12:24写道: > — > Reply to this email directly, view it on GitHub > , or unsubscribe > > . > You...

you could change the override model name from V3 name "deepseek-chat" to R1 model name "deepseek-reasoner" Sterben1579 ***@***.***> 于2025年1月30日周四 18:37写道: > Well, you should have been able to do #707...