Skip to content

Commit

Permalink
change get_ckpt_path to work on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfitzek committed Aug 24, 2023
1 parent d33caf8 commit 0e72bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rydberggpt/utils_ckpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from rydberggpt.utils import create_config_from_yaml, load_yaml_file


def get_ckpt_path(from_ckpt: int, log_dir: str = "logs\\lightning_logs") -> str:
def get_ckpt_path(from_ckpt: int, log_dir: str = "logs/lightning_logs") -> str:
"""
Get the checkpoint path from a specified checkpoint version number.
Expand Down

0 comments on commit 0e72bf4

Please sign in to comment.