追梦赤子心
追梦赤子心
> Thanks for pointing these codes, it's really helpful! But it seems not the 3- and 4-input AND gates introduced by `ABY2`. Maybe i'm wrong, i will learn your code...
> > Thanks for pointing these codes, it's really helpful! But it seems not the 3- and 4-input AND gates introduced by `ABY2`. Maybe i'm wrong, i will learn your...
已解决, 将 `attention_mask = torch.ones([batch, sumN], dtype=torch.int64).to(args.device)` 改为 `attention_mask = torch.ones([batch, sumN], dtype=torch.bool).to(args.device)` 同时使用如下命令运行脚本, `python3 export_qwen_naive.py -m qwen -o qwen.onnx -d cpu -p float32`
这个可以根据你实际情况来设定,没有固定值
是的,可以编译成功的