Zhe Chen
Zhe Chen
你好,请问这个问题解决了吗,您可以先试试看微调InternVL2-26B的模型? Hello, has this issue been resolved? You could try fine-tuning the InternVL2-26B model first.
Due to the inactivity over the past two weeks, this issue might have already been resolved, so I will close it. If you have any further questions, please feel free...
Could you please confirm if you are saving the model's output in a file, such as in JSON format? For example: ```python json.dumps(line, ensure_ascii=False) ``` You need to set `ensure_ascii=False`...
Could you confirm if the Chinese characters stored by this code are in Unicode? If so, that's quite odd. Also, in the `print(f'User: {question}\nAssistant: {response}')` statement above, are the Chinese...
Hi, since there hasn't been any recent activity on this issue, I'll be closing it for now. If it's still an active concern, don't hesitate to reopen it. Thanks for...
Hi, you can refer to #162 to download the weight.
请问您能贴一下这个运行的代码吗,我这里复现不出来这个问题
> HIP_VISIBLE_DEVICES 请问你也遇到这个问题了?
看样子这里用的是AMD的显卡,我们也不清楚具体是什么问题,在Nvidia的显卡上是可以正常运行的。
> 主要是模型没加载好导致的,我通过设置model-name,解决了这个问题。我的命令是这样的: lmdeploy serve gradio 我的模型地址 —model-name internvl-internlm2 —model-format awq —server-name 0.0.0.0 —server-port 7865 我用的量化模型,所以加了model-format awq 发自我的iPhone > […](#) > ------------------ 原始邮件 ------------------ 发件人: Zhe Chen ***@***.***> 发送时间: 2024年8月20日 13:30...