MCPcopy Create free account
hub / github.com/huggingface/evaluate / OfflineSimulationMode

Class OfflineSimulationMode

tests/utils.py:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217
218class OfflineSimulationMode(Enum):
219 CONNECTION_FAILS = 0
220 CONNECTION_TIMES_OUT = 1
221 HF_EVALUATE_OFFLINE_SET_TO_1 = 2
222
223
224@contextmanager

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…