Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

model-compiler missing #6004

Open
thetemplar opened this issue Sep 21, 2022 · 1 comment
Open

model-compiler missing #6004

thetemplar opened this issue Sep 21, 2022 · 1 comment

Comments

@thetemplar
Copy link

Using the README.md on Ubuntu, I cannot figure out how to build "model-compiler".
Using cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ../glow and ninja all, my /bin folder only contain: InstrGen NodeGen char-rnn cifar10 fr2en include-bin network-debugger ptb .
Google/Readme/Wiki did not help, how do I get the "model-compiler"?

@kbkarthikeyan
Copy link

Post your compilation script.
Maybe you need to check the dependencies at the /usr/lib/x86_64-linux-gnu/
Consider compiling after every line.

  1. sudo ldconfig
  2. try reinstalling libprotobuf and libprotoc with the same version.
  3. re-installing deb packages* (last resort).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants