marcom / Llama.jl

Julia interface to llama.cpp, a C/C++ library for running language models
MIT License
23 stars 2 forks source link

Unit tests should use a tiny LLM for testing #6

Open marcom opened 8 months ago

marcom commented 8 months ago

Unit tests in runtests.jl should use a tiny (as small as possible for testing) language model to run tests on.

A tiny model with all params set to zero should be possible to compress to a very small size and commited directly to this repo. Then running tests doesn't require any kind of download.

Note: 100 MB models seem to be available

https://www.reddit.com/r/LocalLLaMA/comments/12vu0uz/minimal_ggml_file_or_are_there_any_tinytoy_models/