ZanePoe

Results 9 comments of ZanePoe

I followed these steps to make the installation successfully,but there was an error when the program ran。 `File "E:\code\github\AI\VToonify\style_transfer.py", line 11, in from model.vtoonify import VToonify File "E:\code\github\AI\VToonify\model\vtoonify.py", line 5,...

I know the reason now。Because my CMD window is utf-8 encoding,After modified to GBK, is ok。Thanks!

使用postgresql启动是提示缺少依赖,于是根据提示添加了两个库: "asyncpg>=0.29.0", "psycopg2>=2.9.9",

我这边测试一样,grounding 结果一塌糊涂,官方也没有任何用lmdeploy api 推理的 ,能够复现grounding的代码

we need Visual Grounding demo

I found out from your documentation [Supported models](https://aphrodite.pygmalion.chat/pages/usage/models.html) that qwen2.5 is not supported yet, is it because of this?But vllm has supported qwen2.5 for a long time, I don't think...

I can be sure this is a problem because aphrodite-engine does not support qwen2.5.I tested llama3.1 [VPTQ-community/Meta-Llama-3.1](https://hf-mirror.com/VPTQ-community/Meta-Llama-3.1-8B-Instruct-v8-k65536-65536-woft/tree/main) its VPTQ version works very well on aphrodite.I hope aphrodite can support qwen2.5...

> We do support Qwen2.5. It's not listed in the supported models list because it uses the same architecture as Qwen2: `Qwen2ForCausalLM`. See here https://huggingface.co/Qwen/Qwen2.5-72B-Instruct/blob/495f39366efef23836d0cfae4fbe635880d2be31/config.json#L3支持Qwen2.5。 它不在支持的模型列表中列出,因为它使用与 Qwen2: `Qwen2ForCausalLM` 相同的体系结构。 参见此处...

> This seems to be an issue with the quantized model, looks like one of (or all) the layers doesn't have a config defined for it. Maybe [@wejoncy](https://github.com/wejoncy) has an...