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
If I have two models are just composable (one's output is another's input), I hope not to write another model to run them but just specify a so-called "running pipe".
For example,
model B: input: Token, output: B_DTO
model A: input B_DTO, output A_DTO
If I have two models are just composable (one's output is another's input), I hope not to write another model to run them but just specify a so-called "running pipe".
For example,
model B: input: Token, output: B_DTO
model A: input B_DTO, output A_DTO
The running pipe's schema could be
The text was updated successfully, but these errors were encountered: