nnll
(or null) is a comprehensive AI toolkit for managing and processing Diffusion and Large Language Models (LLMs). The project is divided into highly modular, ready-to-use components, and may appeal to researchers or developers working individual experiments or in the general field of large-scale machine learning model deployment.
We currently support 🧨Diffusers, 🤗Transformers, 🦙Llama inference, and refined methods for tasks such as extracting and classifying metadata, pipeline preparation, GPU configuration, consumer-grade system optimization, and a variety of generative AI preparations.
nnll-parse
- Lookup model metadata headers and write out to .json file.
nnll-find
- Scan .json files from -parse
for a specific string pattern within layer contents.
nnll-toc
- (run from root folder only) Recreate the project table of contents, populating preview and navigation links for IDEs
import nnll_**.src
Note
x/dev branch: updated ~=nightly.
main branch : stable, devoted to long-term support.
git clone https://github.com/darkshapes/nnll.git
Next-->
py -m venv .venv_nnll