rustformers / llm

[Unmaintained, see README] An ecosystem of Rust libraries for working with large language models

Home Page:https://docs.rs/llm/latest/llm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include bytes of model in program?

Lamby777 opened this issue · comments

How can I use something like include_bytes!() with this? The load function only accepts a path, not the contained data.

found out I actually DO have access to the exact path of the file and no longer need to do it this way... but still leaving the issue open in case it's relevant ig