↓ 8 callersMethod__init__(self, hidden_size, inner_hidden_size=None,
layer_id=None, bias=True, activation_func=gelu, p
workers/modeling_chatglm_med.py:549
Method__init__(self, normalized_shape, eps=1e-5, device=None, dtype=None, **kwargs)
workers/chatglm3_modeling.py:182
Method__init__(self, hidden_size, num_attention_heads,
layer_id, hidden_size_per_attention_head=None, bias=
workers/modeling_chatglm_med.py:399
Method_load_from_state_dict(self, state_dict, prefix, local_metadata, strict, missing_keys, unexpected_keys,
workers/modeling_chatglm_med.py:247
Methodchat(self, tokenizer, query: str, history: List[Dict] = None, role: str = "user",
max_length: int = 8
workers/chatglm3_modeling.py:1021
Methodchat(self, tokenizer, query: str, history: List[Tuple[str, str]] = None, max_length: int = 2048, num_beams=1,
workers/modeling_chatglm_med.py:1184