ageorgios

Results 12 issues of ageorgios

Can ollama be converted to use MLX from Apple as backend for the models ?

feature request

I made the changes to ``` _DEFAULT_MODEL = "stabilityai/sdxl-turbo" _MODELS = { # See https://huggingface.co/stabilityai/sdxl-turbo for the model details and license "stabilityai/sdxl-turbo": { "unet_config": "unet/config.json", "unet": "unet/diffusion_pytorch_model.safetensors", "text_encoder_config": "text_encoder/config.json", "text_encoder":...

When I target an Sdk > 28 then the following happens on runtime: layout/main: Error inflating class pl.pawelkleczkowski.customgauge.CustomGauge any ideas ?

``` python3 -m samsungctl --host 192.168.178.26 --method encrypted --config-file "/tmp/tv.config" KEY_MENU ``` and the command returns after a long time! what do I do wrong? ``` Fatal Python error: Cannot...

Can you change the code so as to be compatible with older node versions? It is difficult to upgrade node on many systems. why need node14 for such a small...

hello I have changed the index.js to this ``` var base = '-x ' + this.setup + ' -C gradual 100 '; ``` but it does not work on RGBW...

I am going to test the extension, althought I would be great to have option to use any ollama model user-configurable

**Describe the bug** Status: Turned off I say to SIRI: Turn Strip1 red **Expected behavior** Turned on Brightness: 100% Color: RED **Actual behavior** Turned on Brightness: 0% Color: RED so...

Is there a way to quantize on macos ? bitsandbytes is not supported on Apple sillicon. Can we you GGUF Models ?

question

``` from sys import platform from airllm import AutoModel import mlx.core as mx assert platform == "darwin", "this example is supposed to be run on mac os" # model =...

bug