Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -13,14 +13,12 @@ Rustformers is a developer-centric initiative aiming to bring the robustness and
|
|
13 |
|
14 |
## About `llm`
|
15 |
|
16 |
-
[![Latest version](https://img.shields.io/crates/v/llm.svg)](https://crates.io/crates/llm)
|
17 |
-
|
18 |
`llm` is a set of Rust libraries that provide an interface for working with large language models. It is built on top of the fast, efficient [GGML](./crates/ggml) library for machine learning. `llm` includes support for various models such as BLOOM, GPT-2, GPT-J, GPT-NeoX, LLaMA, and MPT. The `llm` crate serves as a primary entry point for developers and also provides a CLI (Command Line Interface) for end users to interact with these models.
|
19 |
|
20 |
You can include `llm` in your Rust projects by listing it as a dependency in your `Cargo.toml` file. The package requires Rust v1.65.0 or above and a modern C toolchain for building. Detailed instructions on how to use `llm` in a Rust project and via the `llm` CLI are provided in the documentation.
|
21 |
|
22 |
## Contact Us
|
23 |
-
|
24 |
For any queries or support related to `llm`, feel free to raise an [issue](https://github.com/rustformers/llm/issues/new) on our GitHub repository or start a [discussion](https://github.com/rustformers/llm/discussions/new). We are also available on [Discord](https://discord.gg/YB9WaXYAWU), where you can chat with us directly. We encourage contributions and look forward to your involvement in enhancing `llm`!
|
25 |
|
26 |
## Further Reading
|
|
|
13 |
|
14 |
## About `llm`
|
15 |
|
|
|
|
|
16 |
`llm` is a set of Rust libraries that provide an interface for working with large language models. It is built on top of the fast, efficient [GGML](./crates/ggml) library for machine learning. `llm` includes support for various models such as BLOOM, GPT-2, GPT-J, GPT-NeoX, LLaMA, and MPT. The `llm` crate serves as a primary entry point for developers and also provides a CLI (Command Line Interface) for end users to interact with these models.
|
17 |
|
18 |
You can include `llm` in your Rust projects by listing it as a dependency in your `Cargo.toml` file. The package requires Rust v1.65.0 or above and a modern C toolchain for building. Detailed instructions on how to use `llm` in a Rust project and via the `llm` CLI are provided in the documentation.
|
19 |
|
20 |
## Contact Us
|
21 |
+
|
22 |
For any queries or support related to `llm`, feel free to raise an [issue](https://github.com/rustformers/llm/issues/new) on our GitHub repository or start a [discussion](https://github.com/rustformers/llm/discussions/new). We are also available on [Discord](https://discord.gg/YB9WaXYAWU), where you can chat with us directly. We encourage contributions and look forward to your involvement in enhancing `llm`!
|
23 |
|
24 |
## Further Reading
|