Open awf opened 2 months ago
pip install mx@git+https://github.com/microsoft/microxcaling
produces
ERROR: Cannot install mx and mx==1.1.0 because these package versions have conflicting dependencies. The conflict is caused by: mx 1.1.0 depends on torch==2.2.0 torchaudio 2.1.0 depends on torch==2.1.0
Current requirements.txt contains
requirements.txt
torch==2.2.0 torchaudio==2.1.0
which appears to be incompatible?
produces
Current
requirements.txt
containswhich appears to be incompatible?