Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)

This commit is contained in:
saymrwulf 2021-11-27 07:25:00 +01:00
parent 97e70be7e7
commit c38475d861

View file

@ -265,3 +265,4 @@
2021-11-15T08:22:00 - Refactor for clarity, might break a few tests though (pytorch)
2021-11-18T18:09:00 - Implementing approach from a new paper read last night (pytorch)
2021-11-18T19:19:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch)
2021-11-27T07:25:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)