jesusoctavioas commited on
Commit
8196a93
·
verified ·
1 Parent(s): fb96497

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -15,6 +15,11 @@ The Model [jesusoctavioas/Qwen3-8B-mlx-4Bit](https://huggingface.co/jesusoctavio
15
  ## Use with mlx
16
 
17
  ```bash
 
 
 
 
 
18
  pip install mlx-lm
19
  ```
20
 
 
15
  ## Use with mlx
16
 
17
  ```bash
18
+ # Create a virtual enviroment if needed.
19
+ python -m venv mlx-venv
20
+ # then activate the virtual enviroment if needed.
21
+ source mlx-venv/bin/activate
22
+ # then install mlx.
23
  pip install mlx-lm
24
  ```
25