You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was running 'generate/lora.py', I encountered the error below:
...
lit-llama/generate/lora.py", line 55, in main
assert lora_path.is_file()
AssertionError
could you tell me how I can resolve this? Line 55 is the '):' for 'def main ('
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Dear all,
While I was running 'generate/lora.py', I encountered the error below:
...
lit-llama/generate/lora.py", line 55, in main
assert lora_path.is_file()
AssertionError
could you tell me how I can resolve this? Line 55 is the '):' for 'def main ('
Thanks in advance.
The text was updated successfully, but these errors were encountered: