Closed wajeehulhassanvii closed 2 weeks ago
Solved it. Now its compiling for Linux Desktop as well.
In the /linux/flutter/ephemeral/.plugin_symlinks/fllama/src/fllama_tokenize.cpp filem add #include <memory>
, I added the statement below #include <mutex>
#include <memory>
Reference: http://en.cppreference.com/w/cpp/memory/shared_ptr/make_shared
use head file in your code.
I am trying to build the app for Linux but it's failing with the following error.