rustformers / llm

[Unmaintained, see README] An ecosystem of Rust libraries for working with large language models
https://docs.rs/llm/latest/llm/
Apache License 2.0
6.07k stars 355 forks source link

fix &'static lifetime warning #443

Closed JRazek closed 10 months ago

JRazek commented 10 months ago

When building a project with 1.74.0-nightly rustc compiler, I receive a warning further described by this thread. https://github.com/rust-lang/rust/issues/115010

philpax commented 10 months ago

Thanks!