commit 2d50636b740c434a77fa078180b6481ed6aceaa7 Author: Austin Huang Date: Fri Mar 15 13:51:06 2024 -0400 Initial Home page diff --git a/Notes-on-Tasks-(3-15-2024).md b/Notes-on-Tasks-(3-15-2024).md new file mode 100644 index 0000000..4091ea4 --- /dev/null +++ b/Notes-on-Tasks-(3-15-2024).md @@ -0,0 +1,18 @@ +Incremental Library Improvements + +- MQA Implementation for 2B models +- Refactor terminal UI code out of `run.cc` into a reusable header +- Toy example of an alternative model in examples/ + +Refactoring + +- Pub/Sub message queue as interface between application and runtime for I/O, introspection, error handling +- Allow model changes at runtime + +Google workflow Items + +- Incorporate copybara:end into copybara transformations + +Features + +- %save / %load KV cache \ No newline at end of file