Commit Graph

9 Commits

Author SHA1 Message Date
Jared Ping
1128809429 Optimizations: Fix broken IntelLabs citation URL 2024-02-03 15:32:10 +02:00
Jared Ping
8e795c7cf7 Optimisations: Missing reference for quantization-aware pruning 2024-01-29 19:21:10 +02:00
Vijay Janapa Reddi
2867c9038f Update all bibtex references automatically
Improved citation key for bibtex: Added a script to automatically generate and update citation keys in QMD files. This resolves formatting issues caused by characters like underscores in the original citation keys.
2024-01-21 18:31:11 -05:00
Vijay Janapa Reddi
446e1d2cb5 Updated the way a reference shows 2023-12-19 09:03:17 -05:00
mrdragonbear
3e6e05e4f3 Updated missing reference for attention paper in optimizations.qmd 2023-12-12 15:34:48 +00:00
Vijay Janapa Reddi
42cb3df545 Updated tinyML to TinyML to be consistent throughout 2023-12-11 14:02:27 -05:00
Douwe den Blanken
180a0597a5 Fix two missing references in optimizations.qmd 2023-12-11 12:46:46 +01:00
Vijay Janapa Reddi
c3909c36a1 Distributed references - each chapter has its own references files
The references.bib file causes significant conflicts when multiple people work on their chapters. Therefore, we are dividing the references.bib file into individual chapters. This approach has its own drawbacks, such as the potential duplication of references. However, we can implement checks for this in the future. For now, this method reduces merge conflicts.
2023-12-10 20:56:02 -05:00
Vijay Janapa Reddi
a93c8fab80 Split the references.bib into smaller files
Wrote a script to split up the main references.bib file into smaller bib files that correspond to the individual directories. this was done to reduce conflict issues when everyone is updating the same references file.
2023-12-10 19:50:27 -05:00