You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/MX/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,12 @@ It is important to keep in mind that `mx` is not natively supported by Hopper GP
9
9
-[FMS Model Optimizer requirements](../../README.md#requirements)
10
10
- Microsoft `microxcaling` python package, download [here](https://github.com/microsoft/microxcaling.git).
11
11
> [!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.
0 commit comments