Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hustvl/Vim
/ print
Function
print
vim/utils.py:179–182 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
177
builtin_print = __builtin__.print
178
179
def
print(*args, **kwargs):
180
force = kwargs.pop(
'force'
, False)
181
if
is_master or force:
182
builtin_print(*args, **kwargs)
183
184
__builtin__.print = print
185
Callers
15
__init__
Method · 0.85
__init__
Method · 0.85
log_every
Method · 0.85
init_distributed_mode
Function · 0.85
interpolate_pos_embed
Function · 0.85
forward_features
Method · 0.85
checkpoint
Method · 0.85
_setup_gpu_args
Method · 0.85
main
Function · 0.85
train_one_epoch
Function · 0.85
evaluate
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
13
main
Function · 0.68
test_causal_conv1d
Function · 0.68
test_causal_conv1d_update
Function · 0.68
test_causal_conv1d_varlen
Function · 0.68
register_custom_op_onnx_export
Function · 0.68
unregister_custom_op_onnx_export
Function · 0.68
test_nccl_ops
Function · 0.68
_test_model
Method · 0.68
test_crop_paste_consistency
Method · 0.68
test_selective_scan
Function · 0.68
test_mamba_inner_fn
Function · 0.68
test_selective_state_update
Function · 0.68