diff --git a/config.py b/config.py index 8c7d8f85..ce6bfd1f 100644 --- a/config.py +++ b/config.py @@ -832,7 +832,7 @@ class Config: def init_config(self): # Read Only - self._VERSION = "2.2.1" + self._VERSION = "2.2.2" self._ENABLE_SPEAKER2CHATBOX = False # Speaker2Chatbox self._ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION = "123456789" self._PATH_LOCAL = os_path.dirname(sys.argv[0]) diff --git a/models/translation/translation_utils.py b/models/translation/translation_utils.py index 73805cdc..308a3eab 100644 --- a/models/translation/translation_utils.py +++ b/models/translation/translation_utils.py @@ -8,7 +8,7 @@ import hashlib ctranslate2_weights = { "Small": { # M2M-100 418M-parameter model - "url": "https://bit.ly/33fM1AO", + "url": "https://github.com/misyaguziya/VRCT-weights/releases/download/v1.0/m2m100_418m.zip", "directory_name": "m2m100_418m", "tokenizer": "facebook/m2m100_418M", "hash": { @@ -18,7 +18,7 @@ ctranslate2_weights = { } }, "Large": { # M2M-100 1.2B-parameter model - "url": "https://bit.ly/3GYiaed", + "url": "https://github.com/misyaguziya/VRCT-weights/releases/download/v1.0/m2m100_12b.zip", "directory_name": "m2m100_12b", "tokenizer": "facebook/m2m100_1.2b", "hash": {