Skip to content

Commit

Permalink
Allow arbitrary delta-learning backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Dec 11, 2024
1 parent e0c18b3 commit 54fc727
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 257 deletions.
1 change: 1 addition & 0 deletions bin/emle-server
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ parser.add_argument(
parser.add_argument(
"--backend",
type=str,
nargs="*",
help="the in vacuo backend",
choices=_supported_backends,
required=False,
Expand Down
Loading

0 comments on commit 54fc727

Please sign in to comment.