jushe
jushe
@LanceLake I think I have did the same work in my local. I add a new LLM and can access it form Internet like use the openai. Here is the...
> 这个问题是因为缺少必要的动态库导致的,Ubuntu 22.04 下执行 > > ``` > sudo apt install libcudart11.0 libcublaslt11 > ``` > > 其他 Linux 环境可以参考查找对应的库解决 有效,十分感谢
同样出现类似日志。 系统:ubuntu 20.04 LTS。 复现 前两次启动,当进行到发送短信验证码时(刚输入yes后等待一小会,短信验证码未发送)必然触发 目前最新一次启动成功,未触发 mirai-core 版本 2.15.0 bot-protocol ANDROID_PHONE 其他组件版本 fix-protocol 1.12.0-mirai2 系统日志 No response 网络日志 ``` Exception in thread "main" net.mamoe.mirai.network.BotAuthorizationException: BotAuthorization(BotAuthorization.byPassword()) threw an exception during...
> 同样出现类似日志。 系统:ubuntu 20.04 LTS。 > > 复现 前两次启动,当进行到发送短信验证码时(刚输入yes后等待一小会,短信验证码未发送)必然触发 > > 目前最新一次启动成功,未触发 > > mirai-core 版本 2.15.0 > > bot-protocol ANDROID_PHONE > > 其他组件版本 fix-protocol 1.12.0-mirai2 > > 系统日志 No...
``` import argparse import torch from torch.utils.data import DataLoader from torchvision.transforms import Compose, CenterCrop from data.transforms import NormalizeVideo, ToTensorVideo from models.spatiotemporal_net import get_model from tqdm import tqdm import cv2 import...
When input the real.avi, it is 0.99 ```Face forgery weights loaded. 303 torch.Size([303, 3, 96, 96, 1]) 100% 10/10 [00:00
I think it is a bug. I got the same problem. And there is a open issue from Sep 26, 2022. https://github.com/Zulko/moviepy/issues/1832
pip install fast-langdetect==0.2.5 > > pip install -r requirements.txt > > This does not fix.