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
I understand that the version number must change for deploying updates. But I want to be able to completely delete the application and register with same name and version. Now that is possible, but if I delete the application and re-create it, and deploy with version=1 the output does not change even when I change the code in model_data_path directory.
For the changes to reflect, I have to stop_all().
Is there any caching that I am missing?
The text was updated successfully, but these errors were encountered:
To delete, I do the following:
To register and deploy:
I understand that the version number must change for deploying updates. But I want to be able to completely delete the application and register with same name and version. Now that is possible, but if I delete the application and re-create it, and deploy with
version=1
the output does not change even when I change the code inmodel_data_path
directory.For the changes to reflect, I have to
stop_all()
.Is there any caching that I am missing?
The text was updated successfully, but these errors were encountered: