Skip to content

Commit

Permalink
Fix assignment of default backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Jan 19, 2024
1 parent e011640 commit 4d7f9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/emle-server
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ if args["deepmd_model"] is not None:
args["deepmd_model"] = models

if args["external_backend"] is None:
if backend is None:
if args["backend"] is None:
args["backend"] = "torchani"
print(f"Starting ML-MM server using {args['backend']} backend...")
else:
Expand Down

0 comments on commit 4d7f9cd

Please sign in to comment.