albert_zhang

Results 6 comments of albert_zhang

> 这种情况应该通过官方自动下载下载模型。复制别人的肯定跑不起来官方代码。 官方https://huggingface.co/THUDM/visualglm-6b 中就没有latest文件

嗯嗯,解决了,https://huggingface.co/wangrongsheng/XrayGLM-300/tree/main,你们从这里下载模型吧

如果想用CPU获取结果 , 内存需要30GB 修改:/usr/local/python3/lib/python3.10/site-packages/sat/arguments.py torch.distributed.init_process_group( backend="gloo", #backend=args.distributed_backend, world_size=args.world_size, rank=args.rank, init_method=init_method) backend=args.distributed_backend, 替换成 backend="gloo", 就可以CPU生成

> I fixed it. In webui.sh or webui-user.sh del --upcast-sampling --use-cpu. Change "--no-half-vae" to "--no-half".Controne net can work. Mac M1 torch 2.0.1 torchdiffeq 0.2.3 torchmetrics 0.11.4 torchsde 0.2.5 torchvision 0.15.2...

> > del --upcast-sampling --use-cpu. Change "--no-ha > > Been there done that...doesn't work anyways, but good for you :) How to fix this error?