Metadata-Version: 2.1
Name: fusionlib
Version: 0.0.2.dev20240226
Summary: This is a Python package designed to provide functionality related to model fusion.
Home-page: https://github.com/tanganke/fusionlib
Project-URL: repository, https://github.com/tanganke/fusionlib
Description-Content-Type: text/markdown

# fusionlib

[GitHub Homepage](https://github.com/tanganke/fusionlib)

This is the fusionlib package. It is a Python package designed to provide functionality related to model fusion.
The package is currently in development and is not yet ready for use.
The document will be available at [tanganke.github.io/fusionlib/](https://tanganke.github.io/fusionlib/).

## Installation

You can install fusionlib from PyPI:

```bash
pip install fusionlib
```

## Citation

If fusionlib contributes to your research and you find this package beneficial, please consider citing it using the following BibTeX entry:

```bibtex
@misc{tanganke2022fusionlib,
  author = {Tang, Anke},
  title = {fusionlib: A Python package for model fusion},
  year = {2024},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/tanganke/fusionlib}}
}
```
