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.
2 parents 5e409f8 + c4e4c72 commit ac301f5Copy full SHA for ac301f5
requirements-test.txt
@@ -1,3 +1,6 @@
1
# PyPI doesn't like direct dependencies - see https://github.com/microsoft/microxcaling/issues/22
2
3
+numpy<2.0.0 # microscaling needs pytorch 2.1, which needs to be less than 2.0
4
+torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
5
+
6
mx @ git+https://github.com/microsoft/microxcaling
0 commit comments