static library kineto_LIBRARY-NOTFOUND not found.

faster transform编译报错:

static library kineto_LIBRARY-NOTFOUND not found.

解决方案:

git clone --recursive https://github.com/pytorch/kineto.git

cd kineto
git submodule init && git submodule update

cd libkineto
mkdir build
cd build
cmake ..
make

你可能感兴趣的:(gpt-3)