Commit Graph

67 Commits

Author SHA1 Message Date
Sylvain Benner e8828afb29
Automatic minimum rust version in README (#2227) 2024-08-30 19:30:54 -04:00
Elias Rad c29ed43441
Docs fix spelling issues (#2183)
* fix README.md

* fix README.md

* fix mdbook.rs
2024-08-19 16:06:05 -05:00
Guillaume Lagrange be5eb910d4
Remove CubeCL GELU kernel example reference (moved to CubeCL repo) (#2150) 2024-08-09 15:23:47 -04:00
omahs 9721b92dae
Fix typos (#2098)
* fix typos

* fix typo

* fix typo
2024-08-04 14:32:01 -05:00
Sylvain Benner b6784684a1 Bump rust minimal version to 1.79
That's because bitstream-io, a dependency of rav1e, started using
a feature only in Rust 1.79.
2024-07-18 09:15:49 -04:00
nathaniel 1ad2a63f28 Fix typo 2024-07-05 09:40:32 -04:00
Guillaume Lagrange 5236e12c81
Add models and examples reference (#1966)
Co-authored-by: Sylvain Benner <sylvain@benner.online>

---------

Co-authored-by: Sylvain Benner <sylvain@benner.online>
2024-07-04 16:22:08 -04:00
Guillaume Lagrange cdd1fa1672
Refactor tensor data (#1916)
* Move distribution to module

* Add new TensorData with serialization support

* Implement display and from for TensorData

* Add missing Cargo.lock

* Add missing bytemuck feature

* Add zeros, ones, full and random TensorData methods

* Refactor Data -> TensorData usage

* Fix tests

Since TensorData is not generic over the element type anymore no type inference can be done by the compiler. We must explicitly cast the expected results to the expected backend type.

* Remove commented line

* Fix import

* Add record-backward-compat

* Remove dim const generic from TensorData

* Support NestedValue de/serialization with TensorData

* Fix burn-jit tests

* Remove eprinln

* Refactor onnx import to use TensorData

* Fix tch from_data

* Fix nested value serialization for u8

* Fix missing import

* Fix reduce min onnx test

* Fix deprecated attribute

* Remove shape getter

* Remove strict assert in tests

* Add tensor data as_bytes

* Add tensor check for rank mismatch

* Fix typo (dimensions plural)

* Fix error message

* Update book examples with from_data and fix Display impl for TensorData

* Add deprecation note
2024-06-26 20:22:19 -04:00
Ben Barber 022311d9dc
update ARCHITECTURE.md links to project architecture section in contributor book (#1759) 2024-05-12 16:27:22 -05:00
wangxiaochuTHU 03dd7e0dce
Update README.md (#1696)
Fix the link to 'limited set of ONNX operators'
2024-04-26 09:24:47 -04:00
Sylvain Benner 15f2e49aca
Add Blaze badge. (#1595)
* Add Blaze badge.

Co-authored-by: David Chavez <david@dcvz.io>
2024-04-11 09:53:55 -04:00
Eric Kalosa-Kenyon a808dd0e1c
chore: update main README links to crate-specific READMEs (#1415) 2024-03-05 11:11:46 -06:00
Dilshod Tadjibaev dfb739c89a
Rename GELU to Gelu (#1311)
* Rename GELU to Gelu

This is to follow Rust naming convention
2024-02-15 10:39:06 -06:00
Sylvain Benner 5b48e8d131
[CI] Set minimum supported version of Rust to 1.75 (#1297) 2024-02-12 15:16:42 -05:00
Dilshod Tadjibaev 67ffa1e54b
Update documentation and book sections on PyTorch import (#1180) 2024-01-29 17:55:20 -05:00
Guillaume Lagrange 15c2f3b7a1
Fix small typos and dead links in README and burn-book (#1127) 2024-01-10 08:57:28 -05:00
Nathaniel Simard 9d92f9a7b8
Update readme (#1045) 2023-12-04 09:39:55 -05:00
Nathaniel Simard ab1b5890f5
Chore/release (#1031) 2023-12-01 14:33:28 -05:00
Louis Fortier-Dubois e5e4771d6e
Fix discord link 2023-11-24 07:26:47 -05:00
Nathaniel Simard 8f1526b9c9
Update readme (#962) 2023-11-17 13:04:41 -05:00
nathaniel c0f836a94d Update docs link 2023-10-25 11:09:06 -04:00
Luni-4 38e88a79bd
ci: Implement source-code coverage (#890) 2023-10-23 14:15:14 -04:00
Louis Fortier-Dubois e4d9d67526
make candle available (#886) 2023-10-23 10:00:39 -04:00
Louis Fortier-Dubois 07e8ee948d
update readme for next release (#769) 2023-09-05 16:42:22 -04:00
Damien Elmes 2b96c73898
MSRV bumps (#762) 2023-09-05 09:07:44 -04:00
Mahmoud b60d931771
chore: update README.md (#678) 2023-08-23 10:32:51 -04:00
Luni-4 7e4feb7d8b
Convert `run-checks` script into a Rust binary (#628) 2023-08-14 17:43:21 -04:00
Wouter Doppenberg f819898097
The Burn Book (#625) 2023-08-10 14:17:23 -04:00
nathaniel 2709e4c36e Add new sponsor 2023-08-10 10:19:53 -04:00
Caio Piccirillo 1d3bbaab13
Typos (#608) 2023-08-08 17:57:51 -04:00
Nathaniel Simard 3d9f1894ae
Link models repository (#596) 2023-08-06 12:53:33 -04:00
Luni-4 7dbd43d111
Rewrite `publish.sh` script in Rust language (#556) 2023-07-28 12:51:41 -04:00
Dilshod Tadjibaev 95ea764a33
Update README.md to fix a broken link (#484)
Fixes #483
2023-07-09 11:27:41 -04:00
Dilshod Tadjibaev d78f25f922
Add WebGPU backend to the feature list (#470) 2023-07-06 08:51:57 -04:00
Dilshod Tadjibaev 4c94679a8e
Add supported platforms section to readme (#444) 2023-06-28 09:54:10 -04:00
Dilshod Tadjibaev bd42076d3f
Clean up the main readme to pop a bit (#421) 2023-06-21 10:24:29 -04:00
Dilshod Tadjibaev 80d145d629
Add run-before-pr.sh script and fix clippy errors (#397) 2023-06-14 09:10:24 -04:00
Dilshod Tadjibaev 39297a6479
Readme updates (#325)
* Update text-generation readme for Mac users

* Update root readme to reference import crate

* Update import's readme

* Update torch backend
2023-05-04 14:58:44 -04:00
Nathaniel Simard 4773b7fb42
doc: link architecture doc (#310) 2023-04-25 12:46:29 -04:00
Dilshod Tadjibaev f872a1aa21
Update landing README.md (#296)
I made a few things more prominent and updated wording, so that it's more understandable what the project is about.
2023-04-12 15:29:59 -04:00
Nathaniel Simard 2c151a5570
Update module doc + add sponsors section (#267) 2023-04-02 17:37:01 -04:00
Dilshod Tadjibaev 019ccbde4c
Fix and update readme docs (#244) 2023-03-20 11:51:07 -04:00
Nathaniel Simard 04d72631d7
Doc/update readme (#241) 2023-03-17 13:46:36 -04:00
Dilshod Tadjibaev 608ee3f124
Fix discord link (fixes #239) (#240)
The previous link stopped working. This link does not expire or have other limits.
2023-03-17 09:32:22 -04:00
Dilshod Tadjibaev ed5888e701
Mnist inference web: Readme (#233) 2023-03-15 08:49:59 -04:00
Dilshod Tadjibaev fb925acc73
Make burn and burn-core packages no_std compatible (#168) (#173)
* Make burn-ndarray and burn-tensor no_std compatible (#168)
2023-02-25 09:38:01 -05:00
nathaniel 2c4fc72c47 Update README 2023-02-12 15:17:30 -05:00
nathaniel cadf494f1e Update README.md 2023-01-02 10:40:30 -05:00
Nathaniel Simard eee90a5c9e
Example/text classification (#123) 2022-12-02 17:42:49 -05:00
Jakub Lewandowski cdc29a02d2
Change links in README to work on crates.io (#114) 2022-11-28 20:08:36 -05:00