Skip to content

Commit

Permalink
Update lora.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitgandikota authored Sep 10, 2024
1 parent e052555 commit 60eb565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux-sliders/utils/lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
]

def load_ortho_dict(n):
path = f'/sensei-fs/users/rgandikota/orthogonal_basis/{n:09}.ckpt'
path = f'~/orthogonal_basis/{n:09}.ckpt'
if os.path.isfile(path):
return torch.load(path)
else:
Expand Down

0 comments on commit 60eb565

Please sign in to comment.