Error running bling-phi-3-gguf

#3
by chiauho - opened

Hi,
I am having the following error while using the model bling-phi-3-gguf :

Process finished with exit code 132 (interrupted by signal 4:SIGILL)

This happened when loading the model. I am running the code from ubuntu installed on oracle virtualbox (host is Windows 11). Running the code directly on Windows has no issue.

Here is my code:

from llmware.prompts import Prompt
model_name = "bling-phi-3-gguf
prompter = Prompt().load_model(model_name)

Appreciate any help I can get to resolve this. Thank you for looking into my problem.

Sign up or log in to comment