MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / test_sampling_distribution

Function test_sampling_distribution

tests/test_core.py:74–75  ·  view source on GitHub ↗
(provider, vocab_size, n_hidden_states)

Source from the content-addressed store, hash-verified

72 ],
73)
74def test_sampling_distribution(provider, vocab_size, n_hidden_states):
75 assert_sampling_distribution(provider, vocab_size, n_hidden_states)
76
77
78@pytest.mark.skipif(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected