Skip to content

Commit

Permalink
tweak devices param
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpfeifer committed Dec 15, 2024
1 parent 5e68f2e commit 6e6329e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_continue_pretrain_model(tmp_path):
def test_serve():
CHECKPOINT_DIR = str("checkpoints" / REPO_ID)
run_command = [
"litgpt", "serve", "--devices","0", str(CHECKPOINT_DIR)
"litgpt", "serve", "--devices 0", str(CHECKPOINT_DIR)
]

process = None
Expand Down

0 comments on commit 6e6329e

Please sign in to comment.