Submitted by General-Wing-785 t3_126zxjo in MachineLearning
Philpax t1_jee04jo wrote
Reply to comment by General-Wing-785 in [D] What are your top 3 pain points as an ML developer in 2023? by General-Wing-785
It's just difficult to wrangle all of the dependencies; I want to be able to wrap an entire model in a complete isolated black box that I can call into with a C API or similar.
That is, I'd like something like https://github.com/ggerganov/llama.cpp/blob/master/llama.h without having to rewrite the entire model.
For my use cases, native would be good, but web would be a nice to have. (With enough magic, a native solution could be potentially compiled to WebAssembly?)
Viewing a single comment thread. View all comments