Segmentation Fault when Using SentenceTransformer Inside Docker Container
Edit: After test on different machines it is Apple M1 M2 specific bug. I am trying to run a Flask application inside a Docker container on Apple Silicon M2 (could be an issue), where I use the SentenceTransformer model to…