runtime error

__ self.cmvn = None if self.cmvn_file is None else load_cmvn(self.cmvn_file) File "/home/user/.local/lib/python3.10/site-packages/funasr/models/frontend/wav_frontend.py", line 33, in load_cmvn means = np.array(means_list).astype(np.float) File "/home/user/.local/lib/python3.10/site-packages/numpy/__init__.py", line 305, in __getattr__ # AttributeError: module 'numpy' has no attribute 'float'. `np.float` was a deprecated alias for the builtin `float`. To avoid this error in existing code, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations. Did you mean: 'cfloat'? During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 26, in <module> inference_pipeline = pipeline( File "/home/user/.local/lib/python3.10/site-packages/modelscope/pipelines/builder.py", line 147, in pipeline return build_pipeline(cfg, task_name=task) File "/home/user/.local/lib/python3.10/site-packages/modelscope/pipelines/builder.py", line 59, in build_pipeline return build_from_cfg( File "/home/user/.local/lib/python3.10/site-packages/modelscope/utils/registry.py", line 215, in build_from_cfg raise type(e)(f'{obj_cls.__name__}: {e}') AttributeError: AutomaticSpeechRecognitionPipeline: module 'numpy' has no attribute 'float'. `np.float` was a deprecated alias for the builtin `float`. To avoid this error in existing code, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

Container logs:

Fetching error logs...