annian101

Results 10 issues of annian101

大佬们请问一下,qwen1.5是不是不使用flash-attention加速推理。那为什么相同硬件、安装包的两台服务器,模型运行速度不一样?Token都差不了多少

访问的时候产生了报错:{"data":null,"cause":{},"code":422,"name":"AssertionFailureError","status":42206,"message":"Failed to goto https://ddjjjc.gov.cn/pages/news.asp?id=4173: Error: net::ERR_CERT_COMMON_NAME_INVALID at https://ddjjjc.gov.cn/pages/news.asp?id=4173","readableMessage":"AssertionFailureError: Failed to goto https://ddjjjc.gov.cn/pages/news.asp?id=4173: Error: net::ERR_CERT_COMMON_NAME_INVALID at https://ddjjjc.gov.cn/pages/news.asp?id=4173"} 我是用requests请求的,这是i请求代码: import requests headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36...

您好,您这个项目我觉得非常有用,请问您是用的LLM来做的处理吗?

大佬们,请问一下,为什么我按照官方教程步骤训练,我用的CMRL数据集,训练syncnet模型、训练wav2lip模型,最后生成的模型唇形一点都对不上

### Describe the Question Please provide a clear and concise description of what the question is. ### Describe your attempts - [ ] I walked through the tutorials - [...

question

您好,请问一下可以重新进行训练模型吗?我觉得对于中文语音来说,7秒之内唇形很准确,但是7秒之后就不准了,有些停顿的地方都不停顿。

请问一下新闻详情页怎么提取?

good first issue
wontfix

请问大佬们,用模型生成完视频是如何在粘回原视频中啊?我通过ffmpeg截取头部,然后通过代码贴回去,发现帖的不准确而且音画也不同步,大佬们有什么好办法吗?这是我的代码 ffmpeg -i 01.mp4 -vf "crop=512:290:0:56" -t 15 output05.mp4 import cv2 import ffmpeg import os # 读取01视频 video01 = cv2.VideoCapture("output05.mp4") # 读取02视频 video02 = cv2.VideoCapture("yuan.mp4") # 获取01视频的宽度和高度 width01 = int(video01.get(cv2.CAP_PROP_FRAME_WIDTH))...

### Describe your problem [Question]: 支持文心一言,ERNIE-Speed系列接口调用吗?

Feature

[BUG] 使用qanything-python分支时,使用qwen-turbo接口,文件上传成功,但是问答的时候报错:range of top_p should be (0.0,1.0).然后我创建了一个generation_config.json文件添加到了/QAnything/assets/custom_models/qwen-turbo/generation_config.json。内容为:{ "do_sample": true, "temperature": 0.6, "top_p": 0.8, "repetition_penalty": 1.05, } 但是没解决问题,我应该怎么办?