mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00

* Sketch the Falcon model. * Add more substance to the falcon example. * Falcon (wip). * Falcon (wip again). * Falcon inference. * Get the weights from the api and properly generate the model. * Use the proper model. * Fix the file/revision names. * Fix bias handling. * Recompute the rot embeddings. * Fix the input shape. * Add the release-with-debug profile. * Silly bugfix. * More bugfixes. * Stricter shape checking in matmul.
13 lines
191 B
TOML
13 lines
191 B
TOML
[workspace]
|
|
members = [
|
|
"candle-core",
|
|
"candle-examples",
|
|
"candle-kernels",
|
|
"candle-hub",
|
|
"candle-pyo3",
|
|
]
|
|
|
|
[profile.release-with-debug]
|
|
inherits = "release"
|
|
debug = true
|