You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hello! I am trying to build marius using CMake however when I try to build marius_train / marius_eval, I get an error message about some undefined references to some Python libraries. (i.e. PyInstanceMethod_Type, PyObject_SetAttrString, PyCapsule_Type, just to list a couple)
To Reproduce
Steps to reproduce the behavior:
load cuda and cmake and appropriate torch
start a virtual environment
cd into the marius/build
run cmake ..
run make
see error
The text was updated successfully, but these errors were encountered:
Thanks for posting your question and sorry for the delayed response! It looks like those errors are do to linking issues, but it's hard to say for sure what is the cause.
We have updated the dependency versions and installation over the last couple months. Can you try to build again with the latest main branch? We have also included new recommended install instructions using docker here which may be helpful: https://github.com/marius-team/marius/tree/main/examples/docker
Describe the bug
Hello! I am trying to build marius using CMake however when I try to build marius_train / marius_eval, I get an error message about some undefined references to some Python libraries. (i.e. PyInstanceMethod_Type, PyObject_SetAttrString, PyCapsule_Type, just to list a couple)
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: