Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitsandbytes-foundation/bitsandbytes
/ main
Function
main
examples/cpu/cpu_training.py:306–314 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
304
305
306
def
main():
307
args = get_args()
308
309
if
args.compare:
310
run_compare(args)
311
elif
args.use_trainer:
312
run_with_trainer(args)
313
else
:
314
run_single(args)
315
316
317
if
__name__ ==
"__main__"
:
Callers
1
cpu_training.py
File · 0.70
Calls
4
get_args
Function · 0.70
run_compare
Function · 0.70
run_with_trainer
Function · 0.70
run_single
Function · 0.70
Tested by
no test coverage detected