Ma Mana ma Manama

Results 204 comments of Ma Mana ma Manama

I have seen that you have stemmers in your code for Slovak, Greek etc. We had better add Polish there, instead. (BTW, I know next to nothing about such architecture,...

Can be done. Follow the instructions. Change a lot in CmakeList.txt first to NONE.

It used to be more complicated (see my advice above). Now, I have just retried it, force reinstall: ``` Environment at system: Linux localhost 4.14.186+ #1 SMP PREEMPT Thu Mar...

Upon a forced reinstall, I have had a deja vu, so looked up my own solution. ;). This is what happens IRL, same Termux: ``` ~/downloads/fixed $ pip show blis...

A quick aide-memoire: `sed -i 's/blis>=0.7.8,=0.7.8/g' requirements.txt setup.cfg pyproject.toml` ` grep "blis>=" * ` ` pip install -U -v --force-reinstall . `

Uhm, works fine now via basic pip.

Not sure what you mean, but these Llava models have been working fine on my Droid for +2 months. Just use their GGUF versions, e.g. https://huggingface.co/ZiangWu/MobileVLM_V2-1.7B-GGUF, with the regular syntax.

I have made some experiments, and in short 800 kB seems to be the limit in size. Random files, _ls -l_ each: 762230 Rock and roll is devil music.png -...

OK, it works now, there is sound, but FYI, still getting: ``` The key "target-densitydpi" is not supported. demo.js?5b4c:304 The AudioContext was not allowed to start. It must be resumed...

And this is needed: ` sed -i '3i set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=unused-but-set-variable")' CMakeLists.txt ` To covert this fatal error into warning only: ``` /data/data/com.termux/files/home/downloads/pthreadpool/googlebenchmark-source/src/complexity.cc:85:10: warning: variable 'sigma_gn' set but not used...