llm icon indicating copy to clipboard operation
llm copied to clipboard

Document optimization levels for users

Open philpax opened this issue 1 year ago • 0 comments

We mention that llm should be built as release, but users are likely going to want to know how to build the dependency as release while keeping their own code in debug.

[profile.dev.package.llm]
opt-level = 3

but for each affected crate. I wonder if there's a better way of doing that, or if we should make that call for our users directly.

philpax avatar May 13 '23 21:05 philpax