You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wasmedge-mlx/vlm/README.md
+10-22Lines changed: 10 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,29 +26,22 @@ cmake --install build
26
26
27
27
Then you will have an executable `wasmedge` runtime under `/usr/local/bin` and the WASI-NN with MLX backend plug-in under `/usr/local/lib/wasmedge/libwasmedgePluginWasiNN.so` after installation.
28
28
29
-
## Install dependencies
30
-
31
-
Currently, we use the Python transformer library to embed the prompt and image to input the token. You can use any other library instead of this step.
32
-
33
-
```bash
34
-
sudo apt install python3 python3-pip
35
-
pip install transformers pillow mlx
36
-
```
37
-
38
29
## Download the model and tokenizer
39
30
40
-
In this example, we will use `gemma-3-4b-pt-bf16`.
31
+
In this example, we will use `gemma-3-4b-it-4bit`.
0 commit comments