Kunal Kerkar

Results 2 issues of Kunal Kerkar

Add ability to have git repositories. Change the gunicorn run script to stick to the new standard.

I am trying to run the following code using v0.0.80 ```python import tensorflow as tf from modelstore import ModelStore model_store = ModelStore.from_azure( container_name="xyz", root_prefix="xyz", ) def tf_model(): model = tf.keras.models.Sequential(...

bug
pending-release