summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable the image crate by default in examples (#501)Laurent Mazare2023-08-181-2/+3
| | | | | * Enable the image crate by default so that it's easier to compile the stable diffusion example. * Also update the readme.
* Add an abstract type for RmsNorm. (#499)Laurent Mazare2023-08-181-2/+3
|
* Add some accelerate details on the readme. (#480)Laurent Mazare2023-08-171-4/+17
|
* Cudnn support (#445)Laurent Mazare2023-08-141-1/+1
| | | | | | | | | | | * Add a cudnn feature to be used for conv2d. * Allocate the proper workspace. * Only create a single cudnn handle per cuda device. * Proper cudnn usage. * Bugfix.
* Fix the tests for mkl. (#437)Laurent Mazare2023-08-141-8/+11
|
* Update the readme with the discord server and common errors. (#423)Laurent Mazare2023-08-121-2/+17
|
* Fix the readme instructions for stable-diffusion. (#415)Laurent Mazare2023-08-111-1/+1
|
* Stable diffusion: retrieve the model files from the HF hub. (#414)Laurent Mazare2023-08-111-0/+3
| | | | | * Retrieve the model files from the HF hub in the stable diffusion example. * Add to the readme.
* Merge pull request #374 from Rocketknight1/readme_fixesNicolas Patry2023-08-101-23/+23
|\ | | | | README.md typos and grammar fixes
| * Update README.mdMatt2023-08-101-1/+1
| |
| * README.md typos and grammar fixesMatt2023-08-091-24/+24
| |
* | Update the wasm build instructions. (#389)Laurent Mazare2023-08-101-2/+2
| |
* | Update README.md (#376)Philipp Parzer2023-08-091-1/+1
|/ | | add missing word
* Merge pull request #367 from eltociear/eltociear-patch-1Nicolas Patry2023-08-091-1/+1
|\ | | | | Update README.md
| * Update README.mdIkko Eltociear Ashimine2023-08-101-1/+1
| | | | | | dauting -> daunting
* | Remove extra square bracket (#372)Gabriel Martín Blázquez2023-08-091-1/+1
|/
* fix repo linkchoisi2023-08-091-1/+1
|
* Add the candle-datasets crate (#322)Laurent Mazare2023-08-051-2/+3
| | | | | | | | | | | | | * Move the vision datasets to a separate crate. * Move the batcher bits. * Update the readme. * Move the tiny-stories bits. --------- Co-authored-by: Jane Doe <jane.doe@example.org>
* Update the wasm example locations in the readme. (#306)Laurent Mazare2023-08-021-3/+10
|
* Remove map ownership from `save`.Nicolas Patry2023-08-011-1/+1
|
* Adding new surface for savetensors (global load, global save).Nicolas Patry2023-08-011-1/+1
|
* Modifying `safetensors` export to get simple load and save.Nicolas Patry2023-08-011-2/+3
|
* Starting the book.Nicolas Patry2023-08-011-0/+7
|
* Add the starcoder example to the readme. (#268)Laurent Mazare2023-07-281-7/+11
| | | | | * Add the starcoder example to the readme. * Tweak.
* Simplify Tensor::randn. (#255)Laurent Mazare2023-07-271-11/+12
| | | | | | | | | * Simplify Tensor::randn. * Also switch Tensor::rand to use a generic dtype. * Support sampling for f16. * Cleanup.
* Polish the llama2 wasm ui. (#232)Laurent Mazare2023-07-241-0/+16
| | | | | * Polish the llama2 wasm ui. * readme update.
* Support for MQA for llama v2. (#205)Laurent Mazare2023-07-201-1/+1
| | | | | | | | | | | * Support for MQA for llama v2. * More llama-v2. * Move the rotary embedding precomputation in the cache. * Add a v2 flag. * Use the hf model.
* Expliciting how to enable cuda.Nicolas Patry2023-07-141-0/+2
|
* Updating the example to reflect new command lines.Nicolas Patry2023-07-141-13/+23
|
* Add backtrace information to errors where relevant. (#166)Laurent Mazare2023-07-141-0/+5
| | | | | | | * Add backtrace information to errors where relevant. * More backtrace information. * Add to the FAQ.
* Add some documentation and test to the linear layer. (#151)Laurent Mazare2023-07-121-1/+3
| | | | | | | * Add some documentation and test to the linear layer. * Layer norm doc. * Minor tweaks.
* Tweak the table formatting.laurent2023-07-121-12/+13
|
* Adding cheatsheet + expand on other ML frameworks.Nicolas Patry2023-07-121-2/+34
|
* Expanding a bit the READMENicolas Patry2023-07-101-1/+46
|
* Allow using mkl in tests. (#90)Laurent Mazare2023-07-061-0/+21
|
* And add back some readme :)laurent2023-06-271-0/+2
|
* Refactor the hierarchy.Nicolas Patry2023-06-271-2/+0
|
* Initial commitLaurent Mazare2023-06-191-0/+2