You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to try running the talk-llama.cpp file with the new llama-3.2 edge models:
when trying to run it with the argument "-ml"
"else if (arg == "-ml" || arg == "--model-llama") { params.model_llama = argv[++i]; }"
it fails to run the model llama-3.2. I have pulled my whisper.cpp very recently and is mostly up to date(cloned like 2 days ago). I immediately get a segmentation fault when running these models, however when running with mistral-7b-instruct I do not run into any issues, does anyone know why this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to try running the talk-llama.cpp file with the new llama-3.2 edge models:
when trying to run it with the argument "-ml"
"else if (arg == "-ml" || arg == "--model-llama") { params.model_llama = argv[++i]; }"
it fails to run the model llama-3.2. I have pulled my whisper.cpp very recently and is mostly up to date(cloned like 2 days ago). I immediately get a segmentation fault when running these models, however when running with mistral-7b-instruct I do not run into any issues, does anyone know why this?
Beta Was this translation helpful? Give feedback.
All reactions