Skip to content

Commit 9f3713e

Browse files
committed
feat: Added README.md for patching instructions
Signed-off-by: Brandon Groth <[email protected]>
1 parent ac0d2ed commit 9f3713e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

patches/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Patching Third Party Dependencies
2+
Some dependencies clash with the current FMS Model Optimizer environment and we need to apply a patch.
3+
To do this, we have provided a script in `fms-model-optimizer` named `install_patches.py`.
4+
5+
To run this script:
6+
```
7+
python3 install_patches.py
8+
```
9+
10+
The following optional packages require a patch:
11+
* `microxcaling`: Uses outdated versions of PyTorch-related packages

0 commit comments

Comments
 (0)