Block a user
【求助帖】多模态课程video-llava安装flash-attn出错
尝试运行下面命令,看是否能够连接上github,因为搭建轮子过程中有这一步:
wget https://eithub,comDao Allab/flash attention releases/downloadv2. 6. 3/flash…
【求助帖】多模态课程video-llava安装flash-attn出错
试着运行下面命令,wget加上那串网址,wget https://github.com//xxx, 如果一直卡着就是访问不了github,建议换个镜像,运行一下wget是否能够下载再进行环境…
【求助帖】多模态课程video-llava安装flash-attn出错
这就是访问不了github的错误,我也是遇到的这个,按照上面发的试试吧,这个比较玄学,如果还是不行,建议新换一个容器,先测试一下git clone能不…
【求助帖】多模态课程video-llava安装flash-attn出错
尝试运行下面命令: git clone --filter=blob:none https://github.com/facebookresearch/pytorchvideo.git /tmp/pip-req-build-297kkx9r 如果发现一直停,说明服务器访问github受…
【求助帖】 点击停止按钮,生成并没有结束
好的,下面是代码
import argparse
import os
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware
import uvicorn
from threading import Thread
from…
AutoDL上运行Image Captioning 任务,beam search报错,nucleus sampling可以运行
解决方案:https://github.com/salesforce/BLIP/issues/165
原因是不要将输入的第0维复制beam_size次
![image](/attachment…
【求助帖】llama部署-打隧道打不通
你是用的这条命令吗ssh -CNgv -L 7860:127.0.0.1:7860 root@connect.cqa1.seetacloud.com -p [AutoDL 端口],远程服务器是root用户
LLama3仿OpenAI实验,命令行测试成功,但是NextChat不行
你看看AutoDL那边报什么错误,你是可以连接上服务器,并且返回响应的,只是在模型生成过程当中遇到了错误,所以才响应为空,可以检查一下是不…
【求助帖】10/20 大模型初探-基于LLaMA-Factory的模型微调训练