Dionysusssss
Dionysusssss
你好,在跑2.2的时候oracle_grounded_graph_graphq/result/ 的缺失导致grounded_graph_forest,为空请问如何解决?本地路径导向的是什么文件?
okok 非常感谢!!
遇到了同样的问题,麻烦解决一下? @benywon @eltociear @mmmans
@shutttttdown 我尝试了这段代码,能够产出attn_weights。 `if not output_attentions: attn_weights = None else: attn_weights = torch.matmul( query_states, key_states.transpose(2, 3) ) / math.sqrt(self.head_dim) if attention_mask is not None: if q_len == 1: # inference with...