MCPcopy
hub / github.com/huggingface/transformers / info

Method info

src/transformers/_typing.py:66–66  ·  view source on GitHub ↗
(self, msg: object, *args: object, **kwargs: object)

Source from the content-addressed store, hash-verified

64 # ---- Logging calls ----
65 def debug(self, msg: object, *args: object, **kwargs: object) -> None: ...
66 def info(self, msg: object, *args: object, **kwargs: object) -> None: ...
67 def warning(self, msg: object, *args: object, **kwargs: object) -> None: ...
68 def warn(self, msg: object, *args: object, **kwargs: object) -> None: ...
69 def error(self, msg: object, *args: object, **kwargs: object) -> None: ...

Callers 15

run_benchmarks.pyFile · 0.45
run_benchmarkMethod · 0.45
time_generateMethod · 0.45
run_benchmarksMethod · 0.45
save_resultsMethod · 0.45
push_results_to_hubMethod · 0.45
export_to_csvMethod · 0.45
_export_pandas_dataMethod · 0.45
_create_summaryMethod · 0.45

Calls

no outgoing calls

Tested by 1

build_cpu_memory_monitorFunction · 0.36