You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidOperationException($"Trying to merge a token '{mergeValues.b}' which not exist in the vocabulary.");
147
147
}
148
148
149
+
if(mergeValues.b.Length<=prefixLen)
150
+
{
151
+
thrownewInvalidOperationException($"The merge value '{mergeValues.b}' is too short to be merged with a prefix of length {prefixLen}. This implies that the merge file is either damaged or missing the prefix in its entries.");
0 commit comments