Problem with aberration remover and onnxruntime installation

I have just installed Siril 1.4.0-Beta3 and, following an online tutorial, I opened a fit file, autostretched and selected aberration_remover from the python scripts.
In the video it was showing that the software should have asked me to download the model and loaded into Siril, but that didn’t happen and the log I received is the following:

23:03:06: Avvio dello script C:\Users\MaurizioI\AppData\Local\siril-scripts\processing/AberrationRemover.py
23:03:08: Traceback (most recent call last):
23:03:08: File “C:\Users\MaurizioI\AppData\Local\siril-scripts\processing/AberrationRemover.py”, line 19, in
23:03:08: onnx_helper.install_onnxruntime()
23:03:08: File “C:\Users\MaurizioI\AppData\Local\siril\venv\Lib\site-packages\sirilpy\gpuhelper.py”, line 432, in install_onnxruntime
23:03:08: is_installed, package_name = self.is_onnxruntime_installed()
23:03:08: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23:03:08: File “C:\Users\MaurizioI\AppData\Local\siril\venv\Lib\site-packages\sirilpy\gpuhelper.py”, line 513, in is_onnxruntime_installed
23:03:08: providers = onnxruntime.get_available_providers()
23:03:08: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23:03:08: AttributeError: module ‘onnxruntime’ has no attribute ‘get_available_providers’
23:03:08: Python process (PID: 4840) exited with status 1

My OS is Windows 10.
How should I proceed?

You need to install the last beta: beta4