MiloWang

Results 5 comments of MiloWang

This should be the correct log for the issue: ``` Download error on attempt 1/30 for repo_id='mlx-community/Llama-3.2-1B-Instruct-4bit' revision='main' path='model.safetensors.index.json' target_dir=PosixPath('/var/folders/qr/0l7p6f855ksd6nk3js8fgw9c0000gn/T/exo/mlx-community--Llama-3.2-1B-Instruct-4bit') Traceback (most recent call last): File "/Users/xxx/Desktop/exo/exo/download/new_shard_download.py", line 134, in...

For a quick fix, edit `{repo}/exo/download/new_shard_download.py` line 160 https://github.com/exo-explore/exo/blob/a605e233ad4e6f04d51a440e6a5236439bcc28cf/exo/download/new_shard_download.py#L160 from `integrity = final_hash == remote_hash` to `integrity = final_hash in remote_hash` Note: you need to manage your git wktree or...

> forked and fixed request issues [here](https://github.com/KROT47/trpc-panel) you can just use `@metamorph/trpc-panel` glhf The readme in your repo leads to the old `trpc-panel` package, but it should be your new...

Add these to models.py after line 141 https://github.com/exo-explore/exo/blob/017bf93cf58486f10d802a81cff4a887673411b3/exo/models.py#L141 ```python ### qwq "qwq-preview-32b-4bit": { "layers": 64, "repo": { "MLXDynamicShardInferenceEngine": "mlx-community/QwQ-32B-Preview-4bit", }, }, "qwq-preview-32b-3bit": { "layers": 64, "repo": { "MLXDynamicShardInferenceEngine": "mlx-community/QwQ-32B-Preview-3bit", },...

Same. Using this workaround to avoid unexpected `onValueChange` triggers after `form.reset` from RHF. NOTE: If your rely on `""` to show a placeholder, this won't work of course.