Support building GPU-capable sherpa-onnx on Linux aarch64. (#1500)
Thanks to @Peakyxh for providing pre-built onnxruntime libraries with CUDA support for Linux aarch64. Tested on Jetson nano b01
This commit is contained in:
@@ -155,7 +155,7 @@ class OfflineMoonshineModel::Impl {
|
||||
return {std::move(cached_decoder_out[0]), std::move(next_states)};
|
||||
}
|
||||
|
||||
OrtAllocator *Allocator() const { return allocator_; }
|
||||
OrtAllocator *Allocator() { return allocator_; }
|
||||
|
||||
private:
|
||||
void InitPreprocessor(void *model_data, size_t model_data_length) {
|
||||
|
||||
Reference in New Issue
Block a user