Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enable the image crate by default in examples (#501) | Laurent Mazare | 2023-08-18 | 1 | -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 Mazare | 2023-08-18 | 1 | -2/+3 | |
| | ||||||
* | Add some accelerate details on the readme. (#480) | Laurent Mazare | 2023-08-17 | 1 | -4/+17 | |
| | ||||||
* | Cudnn support (#445) | Laurent Mazare | 2023-08-14 | 1 | -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 Mazare | 2023-08-14 | 1 | -8/+11 | |
| | ||||||
* | Update the readme with the discord server and common errors. (#423) | Laurent Mazare | 2023-08-12 | 1 | -2/+17 | |
| | ||||||
* | Fix the readme instructions for stable-diffusion. (#415) | Laurent Mazare | 2023-08-11 | 1 | -1/+1 | |
| | ||||||
* | Stable diffusion: retrieve the model files from the HF hub. (#414) | Laurent Mazare | 2023-08-11 | 1 | -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_fixes | Nicolas Patry | 2023-08-10 | 1 | -23/+23 | |
|\ | | | | | README.md typos and grammar fixes | |||||
| * | Update README.md | Matt | 2023-08-10 | 1 | -1/+1 | |
| | | ||||||
| * | README.md typos and grammar fixes | Matt | 2023-08-09 | 1 | -24/+24 | |
| | | ||||||
* | | Update the wasm build instructions. (#389) | Laurent Mazare | 2023-08-10 | 1 | -2/+2 | |
| | | ||||||
* | | Update README.md (#376) | Philipp Parzer | 2023-08-09 | 1 | -1/+1 | |
|/ | | | add missing word | |||||
* | Merge pull request #367 from eltociear/eltociear-patch-1 | Nicolas Patry | 2023-08-09 | 1 | -1/+1 | |
|\ | | | | | Update README.md | |||||
| * | Update README.md | Ikko Eltociear Ashimine | 2023-08-10 | 1 | -1/+1 | |
| | | | | | | dauting -> daunting | |||||
* | | Remove extra square bracket (#372) | Gabriel Martín Blázquez | 2023-08-09 | 1 | -1/+1 | |
|/ | ||||||
* | fix repo link | choisi | 2023-08-09 | 1 | -1/+1 | |
| | ||||||
* | Add the candle-datasets crate (#322) | Laurent Mazare | 2023-08-05 | 1 | -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 Mazare | 2023-08-02 | 1 | -3/+10 | |
| | ||||||
* | Remove map ownership from `save`. | Nicolas Patry | 2023-08-01 | 1 | -1/+1 | |
| | ||||||
* | Adding new surface for savetensors (global load, global save). | Nicolas Patry | 2023-08-01 | 1 | -1/+1 | |
| | ||||||
* | Modifying `safetensors` export to get simple load and save. | Nicolas Patry | 2023-08-01 | 1 | -2/+3 | |
| | ||||||
* | Starting the book. | Nicolas Patry | 2023-08-01 | 1 | -0/+7 | |
| | ||||||
* | Add the starcoder example to the readme. (#268) | Laurent Mazare | 2023-07-28 | 1 | -7/+11 | |
| | | | | | * Add the starcoder example to the readme. * Tweak. | |||||
* | Simplify Tensor::randn. (#255) | Laurent Mazare | 2023-07-27 | 1 | -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 Mazare | 2023-07-24 | 1 | -0/+16 | |
| | | | | | * Polish the llama2 wasm ui. * readme update. | |||||
* | Support for MQA for llama v2. (#205) | Laurent Mazare | 2023-07-20 | 1 | -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 Patry | 2023-07-14 | 1 | -0/+2 | |
| | ||||||
* | Updating the example to reflect new command lines. | Nicolas Patry | 2023-07-14 | 1 | -13/+23 | |
| | ||||||
* | Add backtrace information to errors where relevant. (#166) | Laurent Mazare | 2023-07-14 | 1 | -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 Mazare | 2023-07-12 | 1 | -1/+3 | |
| | | | | | | | * Add some documentation and test to the linear layer. * Layer norm doc. * Minor tweaks. | |||||
* | Tweak the table formatting. | laurent | 2023-07-12 | 1 | -12/+13 | |
| | ||||||
* | Adding cheatsheet + expand on other ML frameworks. | Nicolas Patry | 2023-07-12 | 1 | -2/+34 | |
| | ||||||
* | Expanding a bit the README | Nicolas Patry | 2023-07-10 | 1 | -1/+46 | |
| | ||||||
* | Allow using mkl in tests. (#90) | Laurent Mazare | 2023-07-06 | 1 | -0/+21 | |
| | ||||||
* | And add back some readme :) | laurent | 2023-06-27 | 1 | -0/+2 | |
| | ||||||
* | Refactor the hierarchy. | Nicolas Patry | 2023-06-27 | 1 | -2/+0 | |
| | ||||||
* | Initial commit | Laurent Mazare | 2023-06-19 | 1 | -0/+2 | |