mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
Add some KV cache to llama.
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
[workspace]
|
||||
|
||||
members = [
|
||||
"candle-core",
|
||||
"candle-hub",
|
||||
"candle-kernels",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
debug = 1
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
Reference in New Issue
Block a user