gitextract_edm78p7f/ ├── .gitignore ├── LICENSE.md ├── Makefile ├── README.md ├── convert.py ├── pyproject.toml ├── quantizer.cpp ├── quantizer.py ├── setup.py ├── src/ │ ├── codec.cpp │ ├── codec.h │ ├── debug.cpp │ ├── debug.h │ ├── infer.cpp │ ├── main.cpp │ ├── model.cpp │ ├── model.h │ ├── profile.cpp │ ├── profile.h │ ├── quant.cpp │ ├── quant.h │ ├── sampler.cpp │ ├── sampler.h │ ├── test.cpp │ ├── time_utils.cpp │ ├── time_utils.h │ ├── tokenizer.cpp │ ├── tokenizer.h │ ├── wikitest.cat.1chunk.v2-encoded.txt │ └── wikitest.cat.1chunk.v3-encoded.txt └── vendor/ ├── fmt/ │ ├── base.h │ ├── format-inl.h │ └── format.h ├── format.cc └── json.hpp