Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitsandbytes-foundation/bitsandbytes
/ reset
Method
reset
tests/test_functional.py:97–101 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
return
self.agg[name]
96
97
def
reset(self):
98
self.starts = {}
99
self.ends = {}
100
self.agg = {}
101
print(
"Resetting benchmark data"
)
102
103
104
class
Test8BitBlockwiseQuantizeFunctional:
Callers
3
test_linear8bitlt_torch_compile
Function · 0.80
test_linear4bit_torch_compile
Function · 0.80
test_linear4bit_torch_compile_activation_checkpointing
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected