sglang_v0.5.2/pytorch_2.8.0/benchmarks/fastrnns/__init__.py

11 lines
196 B
Python

from .cells import * # noqa: F403
from .factory import * # noqa: F403
# (output, next_state) = cell(input, state)
seqLength = 100
numLayers = 2
inputSize = 512
hiddenSize = 512
miniBatch = 64