icon-lab / SynDiff

Official PyTorch implementation of SynDiff described in the paper (https://arxiv.org/abs/2207.08208).
Other
207 stars 38 forks source link

RuntimeError: Ninja is required to load C++ extensions #34

Open fengchuanpeng opened 5 months ago

fengchuanpeng commented 5 months ago

hello,How to solve this problem?Thank you

leonorlopes96 commented 2 months ago

You need to install ninja package:

pip install ninja