Kenza-AI / sagify

LLMs and Machine Learning done easily
https://kenza-ai.github.io/sagify/
MIT License
434 stars 69 forks source link

Cloud deploy not working #116

Closed ilazakis closed 4 years ago

ilazakis commented 4 years ago

I'm having issues when deploying a model on AWS.

gunicorn fails with ModuleNotFoundError: No module named 'sagify.prediction' . From what I can tell this started when #106 was merged to fix an import clash.

ilazakis commented 4 years ago

Issue was with the repo using Sagify, not Sagify itself.