Skip to content

Releases: uddmorningsun/mips-applications-in-python

Release 0.1.0

03 Apr 13:37
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

NOTE:

  • All binary based on debian:stretch build(GLIBC ~ 2.24) if there are no special instructions
>>> import sys
>>> sys.byteorder
'little'

$ python -c "from distutils.util import get_platform; print(get_platform())"
linux-mips64

$ python -c "from pip._internal.utils import glibc; print(glibc.glibc_version_string())"
2.24

Support tensorflow wheel file

  • MD5:
4108e7846633005a4bfa256e82615c40  tensorflow-1.14.0-cp37-cp37m-linux_mips64.whl
8c02a5da6cb80f552c7fd5a76bfd9075  tensorflow-2.0.0-cp37-cp37m-linux_mips64.whl

Support pytorch wheel file

  • About version number, after adding PATCH files and committing to build(TODO: keep original commit in future release)
  • MD5:
846cfda37f600aefd283ab59df45ff2f  torch-1.4.0a0+21152dc-cp37-cp37m-linux_mips64.whl