We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I subscribed Cohere Embed Model v3 - Multilingual and tried to create a SageMaker endpoint using https://github.com/cohere-ai/cohere-aws/blob/main/notebooks/sagemaker/Deploy%20embed%20v3%20model.ipynb.
The endpoint creation failed and I found this error message in CloudWatch logs.
{ "severity": "ERROR", "timestamp": "2024-11-13T00:04:31.072295282Z", "caller": "single-container/main.go:454", "message": "single container error", "logName": "single-container", "error": "poseidon exited with error: exit status 1", "logging.googleapis.com/labels": {}, "logging.googleapis.com/sourceLocation": { "file": "github.com/cohere-ai/blobheart/go/cmd/single-container/main.go", "line": "454", "function": "main.startApps" }, "serviceContext": { "service": "single-container" }, "context": { "reportLocation": { "filePath": "github.com/cohere-ai/blobheart/go/cmd/single-container/main.go", "lineNumber": "454", "functionName": "main.startApps" } }, "stack_trace": "single container error: poseidon exited with error: exit status 1\n\ngoroutine 1 [running]:\nmain.startApps(0xc000800000, 0xc0003e51f0)\n\tgithub.com/cohere-ai/blobheart/go/cmd/single-container/main.go:454 +0x425\nmain.run()\n\tgithub.com/cohere-ai/blobheart/go/cmd/single-container/main.go:251 +0x1534\nmain.main()\n\tgithub.com/cohere-ai/blobheart/go/cmd/single-container/main.go:139 +0x13\n" }
The text was updated successfully, but these errors were encountered:
Hi, the same error happens to me. Is there any update on this?
Would appreciate any feedback, Thanks!
Sorry, something went wrong.
Confirmed behavior for this model, investigating on my end. Cohere team should do the same.
Hello, I am facing the same issue too for Embed Model v3 - English. Wonder if there is any solution. Thank you.
No branches or pull requests
I subscribed Cohere Embed Model v3 - Multilingual and tried to create a SageMaker endpoint using https://github.com/cohere-ai/cohere-aws/blob/main/notebooks/sagemaker/Deploy%20embed%20v3%20model.ipynb.
The endpoint creation failed and I found this error message in CloudWatch logs.
The text was updated successfully, but these errors were encountered: