I have builded a workflow with Qwen2.5 VL block. When I run this workflow on GPU, I get following error:
Workflow references '$steps.qwen2.5_vl.parsed_output' which points to a non-existent block.
Blocks with errors:
1.
output
Error in output: output_1. Invalid reference to $steps.qwen2.5_vl.parsed_output.
Hi @Timothy_Malche , looking into it, seems like the issue is the . in the name (qwen2.5_vl), could you rename the block to eg qwen?
Note that neither serverless nor dedicated deployments will be able to run such a large model at the moment, but we are working on improving Serverless offering (likely) this month to also support larger models (like qwen).