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

The "quantize.exe" script was not found in the current location #479

Closed
yoann56100 opened this issue Mar 24, 2023 · 8 comments
Closed

The "quantize.exe" script was not found in the current location #479

yoann56100 opened this issue Mar 24, 2023 · 8 comments

Comments

@yoann56100
Copy link

Im trying to use it with 65B, but when i want to quantize it, i have the error "The "quantize.exe" script was not found in the current location"

Im running it on windows 11 with 48bg of ram and I7 12700k

@Nyko483
Copy link

Nyko483 commented Mar 25, 2023

I got the same issue :
--> python3 quantize.py 7B
The "quantize.exe" script was not found in the current location.
If you want to use it from another location, set the --quantize-script-path argument from the command line.

Running on windows 11 16Gb of ram, AMD 5k 5, RTX 3050

@prusnak
Copy link
Collaborator

prusnak commented Mar 25, 2023

You need to compile the quantize.exe first

@prusnak prusnak closed this as not planned Won't fix, can't repro, duplicate, stale Mar 25, 2023
@Robertultime
Copy link

And how to compile the quantize.exe ?

@IcawFype
Copy link

And where is quantize.exe ?

@T4rg3n
Copy link

T4rg3n commented Mar 25, 2023

And where is quantize.exe ?

You have to build it with CMake or Visual Studio

@axelhusson
Copy link

for information try like this, it's ok for me :
.......\llama.cpp\build\bin\Release> python.exe ......\quantize.py 7B

@IcawFype
Copy link

And where is quantize.exe ?

You have to build it with CMake or Visual Studio

Ok thanks :)

@PatriceMarin
Copy link

PatriceMarin commented Mar 27, 2023

Hi,
I have the same issue on Mac OS / Silicon chip. Any clue?
Thanks :)

Edit:
I finally find a way
python3 ~/Github/llama.cpp/quantize.py 7B -q ~/Github/llama.cpp/quantize.py

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

No branches or pull requests

8 participants