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
Thanks for the code. Sorry I am new to this. I followed your readme, but after running the code:
curl -X POST http://127.0.0.1:8080/predictions/bert -T predict.txt
, I get the following error:
Hi,
Thanks for the code. Sorry I am new to this. I followed your readme, but after running the code:
curl -X POST http://127.0.0.1:8080/predictions/bert -T predict.txt
, I get the following error:
{
"code": 404,
"type": "ModelNotFoundException",
"message": "Model not found: bert"
}
My folder and files are set as the below pictures show. Could you please help take a look at what I have done incorrectly? Thank you!
Best,
Mark
The text was updated successfully, but these errors were encountered: