We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0d2ed commit 9f3713eCopy full SHA for 9f3713e
patches/README.md
@@ -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