-
|
I saw in a few issues discussion around checking if the current system is adequate to run a particular LLM. Is there any progress on this? This could definitely help newcomers. I tried running the sample pirate chat app on my M2 laptop and it was painfully slow. I've had no issues running ollama locally and I'm wondering if it's my setup or I've done something wrong. Is there a suggested minimum spec for local development? Should I try running a different model? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
If you are running on a MacBook enabling the metal feature will speed up the model significantly: cargo run --example chat --features metal |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Im having issues to install and run floneum... I kind of a noob so I probably don't know something but I get this error trying to opening it from the files I downloaded on the release page : |
Beta Was this translation helpful? Give feedback.
If you are running on a MacBook enabling the metal feature will speed up the model significantly: