Skip to content

Commit

Permalink
Update default model url.
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyunie committed Nov 21, 2020
1 parent 06d1377 commit c5b5f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roosterize/interface/CommandLineInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self):
self.exclude_files = None
self.exclude_pattern = None
self.serapi_options = None
self.model_url = "https://github.com/EngineeringSoftware/roosterize/releases/download/v1.1.0+8.10.0/roosterize-model-t1.tgz"
self.model_url = "https://github.com/EngineeringSoftware/roosterize/releases/download/v1.1.0+8.10.2-beta/roosterize-model-t1.tgz"
self.compile_cmd = None
self.loaded_config_prj: Path = None

Expand Down

0 comments on commit c5b5f30

Please sign in to comment.