0 bookmark(s) - Sort by: Date ↓ / Title /
Transformer Lab is an open-source application for advanced LLM engineering, allowing users to interact, train, fine-tune, and evaluate large language models on their own computer. It supports various models, hardware, and inference engines and includes features like RAG, dataset building, and a REST API.
ls ./models 65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model
python3 -m pip install -r requirements.txt
python3 convert.py models/7B/
./quantize ./models/7B/ggml-model-f16.bin ./models/7B/ggml-model-q4_0.bin q4_0
./main -m ./models/7B/ggml-model-q4_0.bin -n 128
First / Previous / Next / Last
/ Page 1 of 0