mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-07-14 22:01:12 +08:00
Update docs with conda
install option (#354)
This commit is contained in:
parent
42672f5446
commit
a445ac2895
@ -2,10 +2,18 @@
|
||||
|
||||
The easiest way to get started is to install the `mlx-lm` package:
|
||||
|
||||
```shell
|
||||
**With `pip`**:
|
||||
|
||||
```sh
|
||||
pip install mlx-lm
|
||||
```
|
||||
|
||||
**With `conda`**:
|
||||
|
||||
```sh
|
||||
conda install -c conda-forge mlx-lm
|
||||
```
|
||||
|
||||
### Python API
|
||||
|
||||
You can use `mlx-lm` as a module:
|
||||
|
Loading…
Reference in New Issue
Block a user