Bug description
When providing model file that is 2GB+ weight I get Caused by: ai.onnxruntime.OrtException: Error code - ORT_RUNTIME_EXCEPTION - message: Exception during initialization: filesystem error: in file_size: No such file or directory ["model.onnx_data"]
Environment MacOS, org.springframework.ai:spring-ai-starter-model-transformers:1.0.0
Steps to reproduce Set up SpringAI application. Use jina-embeddings-v3 model
Expected behavior Application loads with provided model
Comment From: justtimo
Yes, I also encountered the same issue