Skip to content

Commit 40162f4

Browse files
committed
Added missing preprocessor flag in RaveFunkDrumConfig.h
1 parent 15212b3 commit 40162f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extras/models/third-party/ircam-acids/RaveFunkDrumConfig.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ static std::vector<anira::ModelData> model_data_rave_funk_drum_config = {
1010
};
1111

1212
static std::vector<anira::TensorShape> tensor_shape_rave_funk_drum_config = {
13+
#ifdef USE_LIBTORCH
1314
{{{1, 1, 2048}}, {{1, 1, 2048}}, anira::InferenceBackend::LIBTORCH},
15+
#endif
1416
};
1517

1618
static anira::ProcessingSpec processing_spec_rave_funk_drum_config{

0 commit comments

Comments
 (0)