mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-07-15 23:11: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:
|
The easiest way to get started is to install the `mlx-lm` package:
|
||||||
|
|
||||||
```shell
|
**With `pip`**:
|
||||||
|
|
||||||
|
```sh
|
||||||
pip install mlx-lm
|
pip install mlx-lm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**With `conda`**:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
conda install -c conda-forge mlx-lm
|
||||||
|
```
|
||||||
|
|
||||||
### Python API
|
### Python API
|
||||||
|
|
||||||
You can use `mlx-lm` as a module:
|
You can use `mlx-lm` as a module:
|
||||||
|
Loading…
Reference in New Issue
Block a user