jesusoctavioas commited on
Commit
47424c7
·
verified ·
1 Parent(s): 788fc1b

Update README.md

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