jesusoctavioas commited on
Commit
19c260f
·
verified ·
1 Parent(s): 992e245

Update README.md

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