I have carried out the reproduction operation according to your readme and placed libtorch and NumCPP in the thirdparty folder.
After I entered "make" to run it, there were multiple errors. ChatGPT explained that it was incompatible with the libtorch version or there was a problem with the calling method. I would like to ask what the detailed configuration is for your operation.
When I was running the "git submodule update --init --recursive statement", I found an error, so I added
[submodule "third_party/NumCpp"].
path = third_party/NumCpp
url = https://github.com/dpilger26/NumCpp.git
Here is my configuration:
libitorch:libtorch-cxx11-abi-shared-with-deps-2.7.1+cu126.zip
Looking forward to your reply.
I have carried out the reproduction operation according to your readme and placed libtorch and NumCPP in the thirdparty folder.
After I entered "make" to run it, there were multiple errors. ChatGPT explained that it was incompatible with the libtorch version or there was a problem with the calling method. I would like to ask what the detailed configuration is for your operation.
When I was running the "git submodule update --init --recursive statement", I found an error, so I added
[submodule "third_party/NumCpp"].
path = third_party/NumCpp
url = https://github.com/dpilger26/NumCpp.git
Here is my configuration:
libitorch:libtorch-cxx11-abi-shared-with-deps-2.7.1+cu126.zip
Looking forward to your reply.