Co-authored-by: gongweibao <gognweibao@baidu.com>
This commit is contained in:
gongweibao
2026-03-04 21:55:31 +08:00
committed by GitHub
parent 5c8f5184d9
commit ddb06ff83f
306 changed files with 40627 additions and 34418 deletions
+4 -4
View File
@@ -29,11 +29,11 @@
#define MAX_BSZ 512
struct msgdata {
long mtype;
int mtext[MAX_BSZ + 2]; // stop_flag, bsz, tokens
long mtype;
int mtext[MAX_BSZ + 2]; // stop_flag, bsz, tokens
};
struct msgdatakv {
long mtype;
int mtext[MAX_BSZ * 3 + 2]; // encoder_count, layer_id, bid- pair
long mtype;
int mtext[MAX_BSZ * 3 + 2]; // encoder_count, layer_id, bid- pair
};