Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitsandbytes-foundation/bitsandbytes
/ get_args
Function
get_args
tests/test_modules.py:47–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
46
47
def
get_args():
48
args = MockArgs([])
49
args.quant_type =
"vector"
50
args.use_8bit_training =
"full"
51
args.clip_freq = 9999
52
return
args
53
54
55
def
assert_all_approx_close(a, b, atol=1e-8, rtol=1e-5, count=10):
Callers
nothing calls this directly
Calls
1
MockArgs
Class · 0.70
Tested by
no test coverage detected