Skip to content

Why does my program have no output after quantization #895

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

Closed
iMountTai opened this issue Apr 11, 2023 · 3 comments
Closed

Why does my program have no output after quantization #895

iMountTai opened this issue Apr 11, 2023 · 3 comments
Labels

Comments

@iMountTai
Copy link

image

No output after .\quantize.exe .\models\7B\ggml-model-f16.bin \models\7B\ggml-model-q4_0.bin 2
Ask for help,thanks!!!

@gianfra-t
Copy link

In my case, I was having the issue because my output file didn't exist.

@Green-Sky
Copy link
Collaborator

Green-Sky commented May 4, 2023

not sure how leading \ in paths are handled on windows.

Just to be sure I suggest you try adding a . before \models\

@github-actions github-actions bot added the stale label Mar 25, 2024
Copy link
Contributor

This issue was closed because it has been inactive for 14 days since being marked as stale.

jeroen-mostert pushed a commit to jeroen-mostert/llama.cpp that referenced this issue Aug 30, 2024
This avoids compile-time warnings with clang:

./expose.h:66:15: note: const member 'seed' will never be initialized
   66 |     const int seed;
      |               ^

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

No branches or pull requests

3 participants