chodorenko

Results 18 comments of chodorenko

its problem from there https://github.com/budtmo/docker-android/blob/7064a9bc2cdfeb99bfa7ea6a1ab3cb888369df42/cli/src/device/emulator.py#L140 In first start installs rights for /dev/kvm and remove root user from system. after reboot container for /dev/kvm present old rights and no can use...

its problem from there https://github.com/budtmo/docker-android/blob/7064a9bc2cdfeb99bfa7ea6a1ab3cb888369df42/cli/src/device/emulator.py#L140 In first start installs rights for /dev/kvm and remove root user from system. after reboot container for /dev/kvm present old rights and no can use...

I confirm on MacOS 26.0.1 i retrieve at the same problem ### **RPC server log** chodorenko@Mikhails-MacBook-Air bin % ./rpc-server -d Metal -c -H 169.254.97.200 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WARNING: Host ('169.254.97.200') is !=...

@rgerganov @slaren May be you can confirm the bug and fix it ?

> I think this is a known issue with Metal + RPC ([#16276 (review)](https://github.com/ggml-org/llama.cpp/pull/16276#pullrequestreview-3287676108)). Can you confirm that adding `-fa off` fixes the issue? Big Thanks, its params fix error

We are really looking forward to the implementation of this function in the main project code, @kkimurak and @th-2021 thank you very much for the work done

i have a fix for it ``` git clone https://github.com/exo-explore/exo.git cd exo sed -i '.bak' 's|mlx==0.22.0|mlx==0.22.1|g' setup.py pip install -e . # alternatively, with venv source install.sh ``` Unfortunately, this...