MCPcopy Create free account
hub / github.com/RL-Align/RL-Kernel / _args

Function _args

tests/test_operator_inputs.py:14–30  ·  view source on GitHub ↗
(**overrides)

Source from the content-addressed store, hash-verified

12from rl_engine.kernels.gtest.operator_specs import (
13 make_candidate,
14 make_operator_case,
15 operator_names,
16)
17
18
19def _args(**overrides):
20 values = {
21 "batch": 1,
22 "seq": 2,
23 "vocab": 17,
24 "seed": 123,
25 "input_mode": "constant",
26 "constant_value": 0.5,
27 "token_value": 3,
28 "normalized_dim": 128,
29 "n_heads": 32,
30 "head_dim": 128,
31 "k_dim": 16,
32 "n_dim": 32,
33 "theta": 1.0e6,

Calls

no outgoing calls

Tested by

no test coverage detected