kuro337

Results 5 comments of kuro337

@thetazero So you are trying to use that CMake file and call the script to build Folly on your machine? I believe you should just be able to run a...

> Put this in the cmake to try and put it together. > > ```cmake > find_package(Gflags CONFIG REQUIRED) > > set_target_properties(gflags_shared PROPERTIES > MAP_IMPORTED_CONFIG_DEBUG Release > ) > find_package(folly...

Also for reference I have `llama.cpp` and it works fine for running .gguf models - so doesn't seem to be an issue related to system deps

Running on Native ARM ```bash sysctl -n sysctl.proc_translated 0 ``` I ran this natively not in a container so should be ARM, so the steps I followed were fine? I...

Hmm I checked again and spent time doing it , I believe the classes are there in the Class Path for example in a project just with the logging ```kotlin...