Skip to content

Commit e5eb0ed

Browse files
committed
doc: Updated MX examples/readme for patch install
Signed-off-by: Brandon Groth <[email protected]>
1 parent 308e5e2 commit e5eb0ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/MX/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ It is important to keep in mind that `mx` is not natively supported by Hopper GP
99
- [FMS Model Optimizer requirements](../../README.md#requirements)
1010
- Microsoft `microxcaling` python package, download [here](https://github.com/microsoft/microxcaling.git).
1111
> [!TIP]
12-
> After git clone BEFORE installation, first update `pyproject.toml` to remove the version constraints in [dependencies]. (simply comment those three lines out.) Then use `pip install -e .` as usual.
12+
> `FMS-Model-Optimizer` and `microxcaling` have clashing dependency requirements for `PyTorch` packages. We have created a patching solution to resolve this, run the following in command line:
13+
``` bash
14+
python3 ../install_patches.py
15+
```
16+
This patching file will either download the repo for you, or look for an already installed version in `$HOME` or the current working directory, then install the patch.
17+
For more information, see `patches/README.md`.
1318

1419
## QuickStart
1520

0 commit comments

Comments
 (0)