Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Feb 11, 2025
1 parent d4d8f86 commit bc5168a
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions docs/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,15 @@ source mlcflow/bin/activate

If you are not using virtual ENV for installation, the latest `pip` install requires the `--break-system-packages` flag while installing.

=== "Use the latest stable release"
```bash
pip install mlcflow
```
=== "To use mlcflow with latest changes"
Fetches the latest changes developers are working on from the `dev` branch.
```bash
pip install git+https://github.com/mlcommons/mlcflow.git@dev
```
```bash
pip install mlcflow
```

> [!IMPORTANT]
> If you want to pull the latest changes (recommended), please do `mlc pull repo` after the installation.
Now, you are ready to use the `mlc` commands. Currently, `mlc` is being used to automating the benchmark runs for:

Now, you are ready to use the `mlc` commands. Currently, `mlc` is being used to automate the benchmark runs for:

* [MLPerf Inference](https://docs.mlcommons.org/inference/)
* [MLPerf Automotive]()
* [MLPerf Training]()

0 comments on commit bc5168a

Please sign in to comment.