Skip to content

Commit

Permalink
Fix validation issue under linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Mar 2, 2024
1 parent f3d4cd1 commit 36dad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/validate_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def main():
torch_ver = check_torch()

# Read the tag version from the file
tag_version = setup_common.read_tag_version_from_file(".\.sd-scripts-release")
tag_version = setup_common.read_tag_version_from_file(".sd-scripts-release")

setup_common.clone_or_checkout(
"https://github.com/kohya-ss/sd-scripts.git", tag_version, "sd-scripts"
Expand Down

0 comments on commit 36dad3f

Please sign in to comment.