ai499

Results 2 issues of ai499

# 推理代码 from transformers import AutoTokenizer, AutoModel model = AutoModel.from_pretrained("/root/visualglm_6B", trust_remote_code=True).float() 报错信息: [2023-08-22 08:45:55,509] [INFO] DeepSpeed/CUDA is not installed, fallback to Pytorch checkpointing. [2023-08-22 08:45:55,529] [WARNING] DeepSpeed Not Installed, you...

### Describe the bug, what's wrong, and what you expected. 我在使用 pyvista.get_reader读取我自己的dem文件时 程序异常退出 示例的SainteHelens.dem文件可以读取成功 我本地生成的dem文件有一个可以正常运行出结果,还有一个报错 Process finished with exit code -1073741819 (0xC0000005) ### Steps to reproduce the bug. ```python import...

bug