Use package.version for model version comparison

Change `--install-models` to `--force-update-models`
This commit is contained in:
Robert George 2023-09-29 15:31:33 -07:00
parent 78713d8017
commit 94f63cedda
No known key found for this signature in database
GPG key ID: 9B0D835A293663C4
5 changed files with 6 additions and 4 deletions

View file

@ -172,7 +172,7 @@ _default_options_objects = [
'value_type': 'bool'
},
{
'name': 'INSTALL_MODELS',
'name': 'FORCE_UPDATE_MODELS',
'default_value': False,
'value_type': 'bool'
},