Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT-LLM
/ has_int8_kv_cache
Method
has_int8_kv_cache
tensorrt_llm/quantization/mode.py:164–165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
162
return
self._any(self.PER_GROUP)
163
164
def
has_int8_kv_cache(self):
165
return
self._any(self.INT8_KV_CACHE)
166
167
def
has_fp8_kv_cache(self):
168
return
self._any(self.FP8_KV_CACHE)
Callers
11
has_kv_cache_quant
Method · 0.95
to_dict
Method · 0.95
test_int8_kv_cache
Method · 0.80
build
Function · 0.80
gpt_attention
Function · 0.80
get_kv_cache_dtype_byte_size
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
kv_dtype
Method · 0.80
dummy_weights_awq
Function · 0.80
load_gemma_weights
Function · 0.80
Calls
1
_any
Method · 0.95
Tested by
1
test_int8_kv_cache
Method · 0.64