Skip to content
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

Windows _fseeki64 _ftelli64 bug fix to load LLaMA2 7B >4GB weight #513

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jameswdelancey
Copy link
Contributor

Currently, large file support in Windows is borked for master branch. This is the minimum change to get LLaMA 7B (26GB) to run in Windows. For files over 4GB, we need to use a different set of API to replace POSIX fseek and ftell.

$ gcc -v
Target: x86_64-w64-mingw32
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.0 (Rev6, Built by MSYS2 project)

$ gcc -v
Target: x86_64-w64-mingw32
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.0 (Rev6, Built by MSYS2 project)
@jameswdelancey
Copy link
Contributor Author

Second commit reverts the first and the third fixes it more cleanly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant