| Commit message (Expand) | Author | Age | Files | Lines |
* | Clippy fixes for 1.81.0. (#2461) | Laurent Mazare | 2024-09-05 | 1 | -3/+3 |
* | Add support for Llama 3.1 (#2359) | Eric Buehler | 2024-07-26 | 1 | -1/+1 |
* | onnx: fix pad, unsqueeze (#2317) | shua | 2024-07-23 | 1 | -1/+1 |
* | Bump the version number to 0.5.1. (#2155) | Laurent Mazare | 2024-05-03 | 1 | -2/+2 |
* | Fix clippy lints for 1.76. (#1682) | Laurent Mazare | 2024-02-08 | 1 | -1/+1 |
* | Do not implement Module for BatchNorm. (#1513) | Laurent Mazare | 2024-01-01 | 1 | -1/+1 |
* | Ensure to copy data to cpu before iterating. (#1360) | Marcus Asteborg | 2023-11-23 | 1 | -0/+1 |
* | Make func cloneable. (#1137) | Laurent Mazare | 2023-10-20 | 1 | -1/+1 |
* | Adapt more examples to the updated safetensor api. (#947) | Laurent Mazare | 2023-09-23 | 1 | -3/+1 |
* | Move more models to candle-transformers (#796) | Laurent Mazare | 2023-09-10 | 1 | -1/+1 |
* | Automatic mask generation (#779) | Laurent Mazare | 2023-09-08 | 1 | -2/+2 |
* | Dilated convolutions (#657) | Laurent Mazare | 2023-08-29 | 1 | -0/+1 |
* | More support for pose estimation in yolo-v8. (#599) | Laurent Mazare | 2023-08-25 | 1 | -0/+1 |
* | Add some group parameter to convolutions. (#566) | Laurent Mazare | 2023-08-23 | 1 | -1/+5 |
* | Move the yolo shared bits to a common place. (#548) | Laurent Mazare | 2023-08-22 | 2 | -131/+32 |
* | Add yolo v8 as an example (#541) | Laurent Mazare | 2023-08-21 | 1 | -0/+1 |
* | Retrieve the yolo-v3 weights from the hub. (#537) | Laurent Mazare | 2023-08-21 | 1 | -4/+32 |
* | Some fixes for yolo-v3. (#529) | Laurent Mazare | 2023-08-20 | 3 | -40/+85 |
* | Add a yolo-v3 example. (#528) | Laurent Mazare | 2023-08-20 | 4 | -0/+1321 |