Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Alpha-VLLM/LLaMA2-Accessory
/ get_quant_blocklist
Method
get_quant_blocklist
accessory/model/meta.py:570–573 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
568
return
self.llma.image_words
569
570
def
get_quant_blocklist(self) -> List[str]:
571
if
hasattr(self.llma,
"get_quant_blocklist"
):
572
return
[
"llma."
+ x
for
x in self.llma.get_quant_blocklist()]
573
return
[]
Callers
1
quantize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected