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

Error while running llama3.2-3B-Instruct Inference on CPU #1117

Closed
rakshit2020 opened this issue Dec 4, 2024 · 2 comments
Closed

Error while running llama3.2-3B-Instruct Inference on CPU #1117

rakshit2020 opened this issue Dec 4, 2024 · 2 comments

Comments

@rakshit2020
Copy link

Hi,
I was successfully able to build the model (llama3.2-3B-Instruct) but while running the model inference using **model-qa.py** I am getting the following error -
RuntimeError: Unknow search option:batch_size
While running the cmd python model-qa.py -m ..... (Running on Pure CPU)

@aciddelgado
Copy link
Contributor

Hello, are you running the latest version of GenAI (built from source)? batch_size is a search option we added recently and is not in the latest release (0.5.2), so if you are running model-qa.py script as it is in main, it will throw this error. Apologies for the incongruence.

@kunal-vaishnavi
Copy link
Contributor

You can see this announcement for more information on which example script to use.

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

3 participants