Sketch the Falcon model. (#93)

* 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.
This commit is contained in:
Laurent Mazare
2023-07-06 19:01:21 +01:00
committed by GitHub
parent cae9212b70
commit 4afa461b34
4 changed files with 697 additions and 9 deletions

View File

@ -6,3 +6,7 @@ members = [
"candle-hub",
"candle-pyo3",
]
[profile.release-with-debug]
inherits = "release"
debug = true