Stability-AI / api-interfaces

Interface definitions for API interactions between components
141 stars 78 forks source link

[BUG] generation_pb.js that gets built imports a file called var tensors_pb = require('./tensors_pb.js'); #42

Open kevinfaveri opened 1 year ago

kevinfaveri commented 1 year ago

generation_pb.js that gets built imports a file called var tensors_pb = require('./tensors_pb.js'). I'm running, on the api-interfaces folder, these commands:

cmake . cmake --build .

Problem here is that the generated generation_pb.js imports a file that is not generated at all! Called "tensors_pb.js". How to generate this file?

ilkerc commented 1 year ago
ilkerc commented 1 year ago

@wbrown I could trace back to your commit. Can you give us some insights?

Brayyan commented 1 year ago

Hi, same issue here.