This repository is the top-level workspace for local TurboQuant reproduction, benchmarking, and notes.
doc/Experiment design, worklogs, benchmark harnesses, results, and summaries.vllm/vLLM source tree, tracked as a submodule.turboquant-vllm/Communityturboquant-vllmsource tree, tracked as a submodule.
The root repository records these submodules:
vllm→https://github.com/vllm-project/vllm.gitturboquant-vllm→https://github.com/Alberto-Codes/turboquant-vllm.git
To clone and initialize:
git clone <this-repo>
cd turboquant
git submodule update --init --recursiveTo refresh submodules after pulling:
git submodule update --init --recursive- Generated cache artifacts under
doc/turboquant-pr38479-qwen35-benchmark/cache/are intentionally ignored. turboquant-test/is a separate local workspace and is not managed by this root repository.