hf-mem 0.0.1-dev1

CLI to estimate the required memory to run inference with Hugging Face models
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# hf-mem

[![Crates.io](https://img.shields.io/crates/v/hf-mem.svg)](https://crates.io/crates/hf-mem)
[![Documentation](https://docs.rs/hf-mem/badge.svg)](https://docs.rs/hf-mem)

> CLI to estimate the required memory to run inference with Hugging Face models

## License

This project is licensed under either of the following licenses, at your option:

- [Apache License, Version 2.0]LICENSE-APACHE
- [MIT License]LICENSE-MIT

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.