Why use ggml when you have libtorch and flashlight in C++? #546
Replies: 2 comments 4 replies
-
Torch is an abomination, it helps getting started, can do everything but it's a monster of a code project. It gives you a ton of options while also taking a ton of liberties. ggml is leightweight, adaptable and can easily be tuned to your needs. It took me less than a year half-hearted approach to understand every bit of the entire codebase. I would likely have quit in frustration trying the same on torch. It is hard to tell how ggml will continue to develop but it might end up as a professional replacement option |
Beta Was this translation helpful? Give feedback.
-
What about flashlight? Have you tried it? |
Beta Was this translation helpful? Give feedback.
-
Why use ggml when you have libtorch and flashlight in C++? I don't understand inspiration behind so many frameworks trying to achieve the same goal?
Beta Was this translation helpful? Give feedback.
All reactions