How to upload an ML model in offline mode on OpenSearch 2.17?

I tried this solution : Offline deployment pretrained of models - Plugins / Machine Learning - OpenSearch
I have the models registred in opensearch, but when i deploy i m having this error
{
“model_id”: “PtfADpgBFuMKdhl6fGIn_9”,
“task_type”: “DEPLOY_MODEL”,
“function_name”: “TEXT_EMBEDDING”,
“state”: “FAILED”,
“worker_node”: [
“LL4EfJJZTNWRUKK0Vv5ohg”,
“QUVT0ivpSVecE4Nrvgdptw”,
“YYu50U1AR0Glj3YkTRUlEQ”
],
“create_time”: 1752595176699,
“last_update_time”: 1752595177056,
“error”: “”“{“LL4EfJJZTNWRUKK0Vv5ohg”:“Failed to deploy model”,“QUVT0ivpSVecE4Nrvgdptw”:“Failed to deploy model”,“YYu50U1AR0Glj3YkTRUlEQ”:“Failed to deploy model”}”“”,
“is_async”: true
}