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
Right now, if you are on a plane, or otherwise offline, and you invoke something that calls llama_download_file, you will get a failure verifying the already downloaded model.
I would love an offline arg, so that I can work with the last version for any reason including network failure.
For example, I would like this to not fail if it has a local file, and don't mind passing another arg to clarify
Right now, if you are on a plane, or otherwise offline, and you invoke something that calls
llama_download_file
, you will get a failure verifying the already downloaded model.I would love an offline arg, so that I can work with the last version for any reason including network failure.
For example, I would like this to not fail if it has a local file, and don't mind passing another arg to clarify
The text was updated successfully, but these errors were encountered: