MCPcopy Create free account
hub / github.com/modelscope/modelscope / set_test_level

Function set_test_level

modelscope/utils/test_utils.py:68–70  ·  view source on GitHub ↗
(level: int)

Source from the content-addressed store, hash-verified

66
67
68def set_test_level(level: int):
69 global TEST_LEVEL
70 TEST_LEVEL = level
71
72
73class DummyTorchDataset:

Callers 1

run.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…