PKG-INFO 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. Metadata-Version: 2.1
  2. Name: tutel
  3. Version: 0.3
  4. Summary: An Optimized Mixture-of-Experts Implementation.
  5. Home-page: https://github.com/microsoft/Tutel
  6. Author: Microsoft
  7. Author-email: tutel@microsoft.com
  8. License: MIT
  9. Project-URL: Source, https://github.com/microsoft/Tutel
  10. Project-URL: Tracker, https://github.com/microsoft/Tutel/issues
  11. Keywords: Mixture of Experts,MoE,Optimization
  12. Classifier: Development Status :: 2 - Pre-Alpha
  13. Classifier: Environment :: GPU
  14. Classifier: Intended Audience :: Developers
  15. Classifier: Intended Audience :: Education
  16. Classifier: Intended Audience :: Science/Research
  17. Classifier: License :: OSI Approved :: MIT License
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3 :: Only
  20. Classifier: Programming Language :: Python :: 3.5
  21. Classifier: Programming Language :: Python :: 3.6
  22. Classifier: Programming Language :: Python :: 3.7
  23. Classifier: Programming Language :: Python :: 3.8
  24. Classifier: Programming Language :: Python :: 3.9
  25. Classifier: Topic :: Scientific/Engineering
  26. Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
  27. Classifier: Topic :: Software Development
  28. Classifier: Topic :: Software Development :: Libraries
  29. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  30. Requires-Python: >=3.6, <4
  31. Provides-Extra: test
  32. License-File: LICENSE