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

Solves .\quantize.exe not found #296

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dgasparri
Copy link

Fixes #241

Some versions of Microsoft Visual Studio (I have Community 2022) build the executable in C:\Users\XXX\dalai\llama\build*bin*\Release

Anyway, it would be good practice for the script to check if quantize.exe exists

Some versions of Microsoft Visual Studio (I have Community 2022) build the executable in C:\Users\XXX\dalai\llama\build\*bin*\Release

Anyway, it would be good practice for the script to check if quantize.exe exists
} else {
// Some versions of Microsoft Visual Studio 2022 build the executable in '.\build\bin\Release'
bin_path = path.resolve(this.home, "build", "bin", "Release");
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are missing a closing brace

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.

'./quantize' is not recognized as the name of a cmdlet, function, script file, or operable program
2 participants