Skip to content

Bot1822/turboquant-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TurboQuant Workspace

This repository is the top-level workspace for local TurboQuant reproduction, benchmarking, and notes.

Layout

  • doc/ Experiment design, worklogs, benchmark harnesses, results, and summaries.
  • vllm/ vLLM source tree, tracked as a submodule.
  • turboquant-vllm/ Community turboquant-vllm source tree, tracked as a submodule.

Submodules

The root repository records these submodules:

  • vllmhttps://github.com/vllm-project/vllm.git
  • turboquant-vllmhttps://github.com/Alberto-Codes/turboquant-vllm.git

To clone and initialize:

git clone <this-repo>
cd turboquant
git submodule update --init --recursive

To refresh submodules after pulling:

git submodule update --init --recursive

Notes

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors