summaryrefslogtreecommitdiff
path: root/candle-examples/examples/falcon/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Use the new hub helper function. (#1484)Laurent Mazare2023-12-261-8/+1
* Adapt more examples to the updated safetensor api. (#947)Laurent Mazare2023-09-231-10/+1
* Implement top_p / nucleus sampling (#819)Juarez Bochi2023-09-121-13/+24
* Move some models to candle-transformers so that it's easier to re-use. (#794)Laurent Mazare2023-09-101-2/+1
* Repeat-penalty in the falcon example. (#634)Laurent Mazare2023-08-281-1/+33
* Add a cuda kernel for upsampling. (#441)Laurent Mazare2023-08-141-4/+2
* More accelerate optimizations (#427)Laurent Mazare2023-08-131-0/+3
* Upgrading hf-hub to `0.2.0` (Modified API to not pass the Repo aroundNicolas Patry2023-07-271-3/+7
* Removing `candle-hub` internal to extract into `hf-hub` standalone.Nicolas Patry2023-07-191-1/+1
* Add some 'cuda-if-available' helper function. (#172)Laurent Mazare2023-07-151-14/+1
* Removing cuda default.Nicolas Patry2023-07-141-1/+10
* Add a cli argument to easily switch the dtype. (#161)Laurent Mazare2023-07-131-6/+10
* Sketch the candle-transformers crate. (#147)Laurent Mazare2023-07-121-21/+7
* Remove some dead-code pragmas. (#137)Laurent Mazare2023-07-111-1/+0
* VarBuilder path creation (#131)Laurent Mazare2023-07-101-1/+1
* Move the var-builder in a central place. (#130)Laurent Mazare2023-07-101-1/+2
* Sketching the musicgen model. (#66)Laurent Mazare2023-07-091-1/+1
* Sample with temperature. (#106)Laurent Mazare2023-07-071-5/+15
* Add a KV cache to falcon. (#104)Laurent Mazare2023-07-071-1/+7
* Clippy after rebase.Nicolas Patry2023-07-071-3/+1
* Fixing falcon example.Nicolas Patry2023-07-071-0/+1
* Convert the logits to f32 before extracting them. (#102)Laurent Mazare2023-07-071-1/+1
* Add some text generation pipeline for falcon. (#98)Laurent Mazare2023-07-071-11/+83
* Bugfixes. (#97)Laurent Mazare2023-07-061-5/+4
* Fix some shape issues in falcon. (#95)Laurent Mazare2023-07-061-1/+4
* Sketch the Falcon model. (#93)Laurent Mazare2023-07-061-0/+88