Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 679 Bytes

File metadata and controls

19 lines (13 loc) · 679 Bytes

CI

ModelScriptor

This project is a work in progress.

TODO List

This list is a non-exhaustive list of all the things that needs to be done before this project is relatively feature complete.

  • Implement embedding / deembedding compilation
  • Separate tokenizer from embedding
  • Export to ONNX

Recently complete:

  • Implement attn compilation in attention sublayer
  • Refactor compilation scoring
  • Include compilation statistics (number of parameters, efficiency, etc)
  • Better pass-through support for attention layers; We shouldn't require one head per zero.