pytorch / glow

Compiler for Neural Network hardware accelerators
Apache License 2.0
3.21k stars 689 forks source link

model-compiler missing #6004

Open thetemplar opened 2 years ago

thetemplar commented 2 years ago

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 commented 1 year ago

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).