↓ 1 callersFunctiongreedy_search(model, input_str, tokenizer, max_gen_len,
eos_token_id=None, pad_token_id=None)
models_jittor/generation.py:25
↓ 1 callersFunctionmatmul248(input, qweight, scales, qzeros, g_idx, bits, maxq)
models/quantization.py:246
↓ 1 callersFunctionsample(model, input_str, tokenizer, max_gen_len, temperature, top_p, top_k,
eos_token_id=None, pad_token_
models_jittor/generation.py:76
↓ 1 callersFunctiontranspose_matmul248(input, qweight, scales, qzeros, g_idx, bits, maxq)
models/quantization.py:260
Method__init__(
self,
vocab_size=107008,
n_positions=2048,
n_ctx=2048,
n_embd=4096,
models/configuration_moss.py:75