Metadata-Version: 2.4
Name: model-exporter
Version: 0.1.0
Summary: Universal model weight exporter for multiple formats and inference engines
Author-email: Darshan <therrshan@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/abc
Project-URL: Repository, https://github.com/yourusername/abc
Project-URL: Issues, https://github.com/yourusername/abc/issues
Keywords: machine-learning,model-export,inference,gpt2,llama,onnx,gguf
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.0.0
Requires-Dist: transformers>=4.30.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: safetensors>=0.3.0
Requires-Dist: tqdm>=4.65.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Provides-Extra: onnx
Requires-Dist: optimum>=1.12.0; extra == "onnx"
Requires-Dist: onnx>=1.14.0; extra == "onnx"
Provides-Extra: gguf
Requires-Dist: gguf>=0.1.0; extra == "gguf"
