Ma Mana ma Manama

Results 295 comments of Ma Mana ma Manama

Likely these tips. I have just tested vlcplayer and firefox in X11 and both have sound via pulseaudio, as well. My preload is empty tho: ~ $ echo $PRELOAD ~...

i can confirm as per @mhdtyb - after some updates: Termux: ``` play wiersze1.mp3 wiersze1.mp3: File Size: 108k Bit Rate: 128k Encoding: MPEG audio Channels: 2 @ 16-bit Samplerate: 48000Hz...

There is also this ugly trick ;): ``` play_file() { local file_path="$PWD/$1" termux-media-player play "/data/data/com.termux/files/usr/var/lib/proot-distro/installed-rootfs/debian$file_path" } ``` Of course, after aliasing or linking: ``` root@localhost:~# which termux-media-player /data/data/com.termux/files/usr/bin//termux-media-player root@localhost:~# ```

Tips, @b9Joker108 : 1. I have been using it in Termux for over a year: I have not seen any update that may have broken it. But then: my Termux...

Venv it could be: see also the sensible comments in that The Register article about the business dynamics. BTW, I have been running garak fine even in Termux (sic, albeit...

Try git cloning it and compiling instead. Termux, too and all runs. My fav compilations flags: `export CFLAGS="-fuse-ld=lld -pthread -g -march=armv8-a -mtune=cortex-a53 -Wall -Wextra" && export CXXFLAGS=" -pthread -g -march=armv8-a...

As per what the error says, you need: A. A multimodal model, e.g. llava-v1.5-7b-Q4_K.gguf B. Adding the "image only" (projector) one, via --mmproj , e.g. MobileVLM-3B-mmproj-f16.gguf, to the regular models....

More ref, after the fix: ``` ~ $ docling --version WARNING: linker: Warning: "/data/data/com.termux/files/home/.local/lib/python3.12/site-packages/pypdfium2_raw/libpdfium.so" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring) Docling version: 2.52.0 Docling Core version:...

Well, @dosu, I know it too by now. But it has been a hard won knowledge. It is best to pin `transformers` to some decent version in `docling`'s requirements instead.

Oh, @dosu & Co., it is actually also relevant to pure Ubuntu (and other Linuxes, methinks). See below, _deja vu_: ``` ~$ pip show transformers Name: transformers Version: 4.56.1 Summary:...