Skip to content

Commit

Permalink
fix checkpoint dir
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpfeifer committed Dec 15, 2024
1 parent f5004ec commit 5e68f2e
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 @@ -173,7 +173,7 @@ def test_continue_pretrain_model(tmp_path):

@pytest.mark.dependency(depends=["test_download_model"])
def test_serve():
CHECKPOINT_DIR = str("/Users/craig/code/litgpt/checkpoints" / REPO_ID)
CHECKPOINT_DIR = str("checkpoints" / REPO_ID)
run_command = [
"litgpt", "serve", "--devices","0", str(CHECKPOINT_DIR)
]
Expand Down

0 comments on commit 5e68f2e

Please sign in to comment.