You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Omnizart crashes when launched from the released docker container and displays a Core dumped exception.
Executing any Omnizart command will fail (tested with transcribe and download checkpoints).
How to reproduce
Download and run the docker container on Apple M1.
Launch any omnizart command.
> docker pull mctlab/omnizart:latest
> docker run -it mctlab/omnizart:latest bash
> root@e46c05d9cd64:/home# omnizart
2023-08-07 18:32:33.134790: F tensorflow/core/lib/monitoring/sampler.cc:42] Check failed: bucket_limits_[i] > bucket_limits_[i - 1] (0 vs. 10)
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted
The text was updated successfully, but these errors were encountered:
defoishugo
changed the title
Core dumped using the docker image
Core dumped using the docker image (Apple M1)
Aug 7, 2023
Description
Omnizart crashes when launched from the released docker container and displays a
Core dumped
exception.Executing any Omnizart command will fail (tested with transcribe and download checkpoints).
How to reproduce
The text was updated successfully, but these errors were encountered: