VTaPo
VTaPo
Hi, i am running UI on CPU, but i have a error when i did follow the construtors. Error: No files were found inside SOURCE_DOCUMENTS, please put a starter file...
In TransformerEncoderBase class, it's forward() function has a parameter 'src_tokens': tokens in the source language of shape `(batch, src_len)`. It's a tensor of indexes, suppoes that: [ [10, 52, 138,...
**I cannot loading components for the flux1-dev checkpoint.** Here is my code: pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16) pipe.enable_model_cpu_offload() pipe.to(torch.float16) prompt = "Create a commercial poster for restaurant" out = pipe( prompt=prompt,...
Hello team. First of all, congratulations on your great work. I have a question about the final report creation of the co-storm. - Whether the WriteSection(dspy.Signature) class or the AnswerQuestion(dspy.Signature)...