Skip to content

Commit

Permalink
Remove incorrect exit
Browse files Browse the repository at this point in the history
  • Loading branch information
cg123 committed Jan 9, 2024
1 parent 87ad3bb commit 4de2a33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mergekit/scripts/mixtral_moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ def build(
if is_bad_config(config):
sys.exit(1)

sys.exit(0)

base_model = ModelReference.parse(config.base_model)
base_cfg = base_model.config(trust_remote_code=merge_options.trust_remote_code)
if not isinstance(base_cfg, MistralConfig):
Expand Down

0 comments on commit 4de2a33

Please sign in to comment.