Skip to content

Commit 005de79

Browse files
unamedkrclaude
andcommitted
Add project venv setup + requirements.txt
.venv/ with all dependencies: - numpy (TurboQuant Python bindings) - torch + transformers + accelerate (Qwen3.5-0.8B inference) - turboquant (editable install from bindings/python/) Setup: python3 -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt Quick: pip install -e bindings/python (numpy only, no torch) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e8bface commit 005de79

7 files changed

Lines changed: 43 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Testing/
3636
spec/test_vectors/*.bin
3737

3838
# Etc.
39-
refs/
39+
refs/.venv/

refs/PolarQuant

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 6091416e62f56851e9f2ad30fc5955844ddaec4b

refs/QJL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 648b3641f96b6e95e091217220b94e4739fd4d82

refs/llama.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e6f2ec01ff808b60f80ffcb46c748f871576c8f3

refs/onnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 85ca6beb5c903bcc4178b76f993c598782d16fd9

refs/vllm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit b2bc736b1247a76e6ab1cfbe38ae39c3c307de40

requirements.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
accelerate==1.13.0
2+
annotated-doc==0.0.4
3+
anyio==4.13.0
4+
certifi==2026.2.25
5+
click==8.3.1
6+
filelock==3.25.2
7+
fsspec==2026.3.0
8+
h11==0.16.0
9+
hf-xet==1.4.2
10+
httpcore==1.0.9
11+
httpx==0.28.1
12+
huggingface_hub==1.8.0
13+
idna==3.11
14+
Jinja2==3.1.6
15+
markdown-it-py==4.0.0
16+
MarkupSafe==3.0.3
17+
mdurl==0.1.2
18+
mpmath==1.3.0
19+
networkx==3.6.1
20+
numpy==2.4.3
21+
packaging==26.0
22+
psutil==7.2.2
23+
Pygments==2.19.2
24+
PyYAML==6.0.3
25+
regex==2026.3.32
26+
rich==14.3.3
27+
safetensors==0.7.0
28+
setuptools==81.0.0
29+
shellingham==1.5.4
30+
sympy==1.14.0
31+
tokenizers==0.22.2
32+
torch==2.11.0
33+
tqdm==4.67.3
34+
transformers==5.4.0
35+
-e git+https://github.com/quantumaikr/TurboQuant.cpp.git@e8bface7e6967dae1260bd3bdf80662cfa3ba1be#egg=turboquant&subdirectory=bindings/python
36+
typer==0.24.1
37+
typing_extensions==4.15.0

0 commit comments

Comments
 (0)