Open Zch102xjtumse opened 1 month ago
How many atoms are there? It looks like an integer overflow bug. Could you provide files to reproduce the bug?
有多少个原子?它看起来像一个整数溢出错误。您能否提供文件来重现该错误? 108 Here are the files.file.zip
有多少个原子?它看起来像一个整数溢出错误。您能否提供文件来重现该错误? 108 Here are the files.file.zip
I did not reproduce the error of this input on current devel branch with both single and multiprocess execution. It seems that this issue may be fixed on devel branch
Bug summary
Hello everyone. I met an error when I use the finetuned DPA2 model in the lammps MC simulation. The error informations is as below, I don't know what caused this.I'd appreciate it if you could help me with this.
DeePMD-kit Version
DeePMD-kit v3.0.0b4
Backend and its version
PyTorch v2.0.0.post200-gc263bd43e8e
How did you download the software?
Offline packages
Input Files, Running Commands, Error Log, etc.
ERROR on proc 2: DeePMD-kit C API Error: DeePMD-kit Error: DeePMD-kit PyTorch backend error: The following operation failed in the TorchScript interpreter. Traceback of TorchScript, serialized code (most recent call last): File "code/torch/deepmd/pt/model/model/ener_model.py", line 56, in forward_lower comm_dict: Optional[Dict[str, Tensor]]=None) -> Dict[str, Tensor]: _5 = (self).need_sorted_nlist_for_lower() model_ret = (self).forward_common_lower(extended_coord, extended_atype, nlist, mapping, fparam, aparam, do_atomic_virial, comm_dict, _5, )