Persistent Compilation Issue with Deep Learning AMI Neuron PyTorch 1.13 (Ubuntu 20.04) Server and Libtorch Library

0

Hi, I am reaching out to you regarding a persistent issue I am encountering with my Deep Learning AMI Neuron PyTorch 1.13 (Ubuntu 20.04) server.

My problem lies in compiling with the libtorch library. Despite multiple attempts and rigorous troubleshooting, I continue to experience difficulties. What is more concerning is that this issue is not limited to my own codebase. When attempting to run your provided demo code, I find that the same error occurs.

/home/ubuntu/libtorch/include/torch/csrc/api/include/torch/all.h:4:2: error: #error C++17 or later compatible compiler is required to use PyTorch.

I believe this might point towards a deeper, more systemic issue that might be worth looking into. I would greatly appreciate it if you could provide me with some guidance on how to resolve this issue, or if there is any additional information or logs I could provide to assist in troubleshooting this problem.

Thank you in advance for your assistance, and I look forward to hearing from you soon.

Best regards.

IE32
질문됨 일 년 전352회 조회
1개 답변
0

The c++ compiler version you are using is too old (as the error states). Please update your compiler version to one with C++17 support. As you can see this is a function of the version of pytorch you are using.

AWS
답변함 6달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠