Fix CI (#2016)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define SHERPA_ONNX_CSRC_OFFLINE_SPEECH_DENOISER_GTCRN_IMPL_H_
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
@@ -54,7 +54,7 @@ class OfflineSpeechDenoiserGtcrnModel::Impl {
|
||||
return meta_;
|
||||
}
|
||||
|
||||
States GetInitStates() const {
|
||||
States GetInitStates() {
|
||||
Ort::Value conv_cache = Ort::Value::CreateTensor<float>(
|
||||
allocator_, meta_.conv_cache_shape.data(),
|
||||
meta_.conv_cache_shape.size());
|
||||
|
||||
Reference in New Issue
Block a user