Skip to content

Commit

Permalink
Add citation (open-mmlab#151)
Browse files Browse the repository at this point in the history
* Add citation

* fix typo
  • Loading branch information
grimoire authored Oct 27, 2021
1 parent 6c420dc commit c8b78f6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "OpenMMLab's Model deployment toolbox"
authors:
- name: "MMDeploy Contributors"
date-released: 2021-12-27
url: "https://github.com/open-mmlab/mmdeploy"
license: Apache-2.0
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ a part of the [OpenMMLab](https://openmmlab.com/) project.

- **Multiple inference engine support**

Models can be exported and inferenced with different backends. Such as ONNX Runtime, TensorRT, etc.
Models can be exported and run in different backends. Such as ONNX Runtime, TensorRT, etc.

- **Model rewrite**

Expand Down Expand Up @@ -50,6 +50,19 @@ Please read [how_to_convert_model.md](docs/tutorials/how_to_convert_model.md) fo

Please refer to [FAQ](docs/faq.md) for frequently asked questions.

## Citation

If you find this project useful in your research, please consider cite:

```BibTeX
@misc{=mmdeploy,
title={OpenMMLab's Model deployment toolbox.},
author={MMDeploy Contributors},
howpublished = {\url{https://github.com/open-mmlab/mmdeploy}},
year={2021}
}
```

## Contributing

We appreciate all contributions to improve MMDeploy. Please refer to [CONTRIBUTING.md](.github/CONTRIBUTING.md) for the contributing guideline.
Expand Down
2 changes: 1 addition & 1 deletion mmdeploy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Open-MMLab. All rights reserved.
# Copyright (c) OpenMMLab. All rights reserved.

__version__ = '0.1.0'
short_version = __version__
Expand Down

0 comments on commit c8b78f6

Please sign in to comment.