jesusoctavioas commited on
Commit
77445fa
·
verified ·
1 Parent(s): 4605c66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -16,6 +16,9 @@ The Model [jesusoctavioas/gpt-oss-20b-mlx-4Bit](https://huggingface.co/jesusocta
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 install mlx
22
  pip install mlx-lm
23
  ```
24