-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mmap failed for llama2-7b on windows #165
Comments
I will look tomorrow if someone else doesn't get to it |
Thanks for replying some more info:-
|
One issue is that the This specific change can be made minimally invasive for cross platform with this in #define ssize_t __int64
#define ftell _ftelli64 |
Fixed in #179 |
succefully exported to .bin file from llama2-7b using the export_meta_llama_bin.py but getting error while running the file.
showing message-- mmap failed
The text was updated successfully, but these errors were encountered: