jackasda211233 commited on
Commit
ff239f7
·
verified ·
1 Parent(s): fd7096c

Document current single-GPU Q4NL footprint

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -90,6 +90,8 @@ For long-context use, the same profile can be run with a larger context. The def
90
  -c 131072
91
  ```
92
 
 
 
93
  For the later 131k practical canvas-agent comparison, we used FP32 KV as a conservative isolation setting to make sure any failure would not be caused by KV precision:
94
 
95
  ```bash
 
90
  -c 131072
91
  ```
92
 
93
+ Current local serving observation: the Q4_NL model line can be exposed as an OpenAI-compatible endpoint such as `http://127.0.0.1:8027/v1`. In our current local setup, roughly `160k` context with default/FP16 KV fits at about `20.3 GiB` observed VRAM and runs comfortably on a single 24 GB-class GPU. Treat this as a practical local footprint note, not a normalized cross-hardware memory benchmark.
94
+
95
  For the later 131k practical canvas-agent comparison, we used FP32 KV as a conservative isolation setting to make sure any failure would not be caused by KV precision:
96
 
97
  ```bash