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

Misc. bug: Windows prebuilt binaries not working since b4191 #10944

Closed
waltersamson opened this issue Dec 22, 2024 · 2 comments
Closed

Misc. bug: Windows prebuilt binaries not working since b4191 #10944

waltersamson opened this issue Dec 22, 2024 · 2 comments

Comments

@waltersamson
Copy link

waltersamson commented Dec 22, 2024

Name and Version

llama-b4191-bin-win* and onwards

Operating systems

Windows 10

Problem description & steps to reproduce

Relevant discussion: #10926

  • Download prebuilt windows binaries since b4191, such as llama-b4191-bin-win-avx2-x64.zip
  • Extract and run llama-server.exe or llama-cli.exe

Actual behavior:
No output in terminal, the program just returns.
No error message of any kind, no terminal output, just terminates.

Expected behavior:
It should print out messages such as "build: 4179 (25669aa) with MSVC 19.29.30157.0 for x64"

First Bad Commit

First bad build is b4191:

├─llama-b3598-bin-win-avx2-x64-GOOD
├─llama-b3982-bin-win-avx2-x64-GOOD
├─llama-b4056-bin-win-avx2-x64-GOOD
├─llama-b4139-bin-win-avx2-x64-GOOD
├─llama-b4171-bin-win-avx2-x64-GOOD
├─llama-b4177-bin-win-avx2-x64-GOOD
├─llama-b4178-bin-win-avx2-x64-GOOD
├─llama-b4179-bin-win-avx2-x64-GOOD
├─llama-b4191-bin-win-avx2-x64-BAD
├─llama-b4200-bin-win-avx2-x64-BAD
├─llama-b4226-bin-win-avx2-x64-BAD
└─llama-b4375-bin-win-avx2-x64-BAD

Relevant log output

No log output available, the program just quits:

C:\Users\ws\Desktop\test_llamacpp_bin\llama-b4191-bin-win-avx2-x64-BAD>llama-cli.exe

C:\Users\ws\Desktop\test_llamacpp_bin\llama-b4191-bin-win-avx2-x64-BAD>llama-server.exe

C:\Users\ws\Desktop\test_llamacpp_bin\llama-b4191-bin-win-avx2-x64-BAD>
@slaren
Copy link
Collaborator

slaren commented Dec 23, 2024

Duplicate of #10929

@slaren slaren marked this as a duplicate of #10929 Dec 23, 2024
@slaren slaren closed this as not planned Won't fix, can't repro, duplicate, stale Dec 23, 2024
@Martin-HZK
Copy link

I resolve the issue by upgrading the MSVC version. I strongly recommend that you upgrade the MSVC version from Microsoft official website. @waltersamson

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

No branches or pull requests

3 participants