Francesco Boscarino
Francesco Boscarino
I've followed the example in the documentation, trying to convert the provided yolo11n.onnx to cvimodel for seeedstudio recamera ``` root@60b080763dad:/workspace# model_deploy \ --mlir yolo11n.mlir \ --quant_input \ --quantize F16 \...
**Describe the bug** Created a .prompt file with placeholder for image {{media url=imageUrl}}, set the input for imageUrl to inline data:.... and execute the prompt. **To Reproduce** ```go image, err...
Hi, it would be useful to have interpolation for logger static_fields, this would help to add information to logs, for example: ```yaml logger: level: INFO format: json static_fields: tenant: ${!...
Error trying to extract Power information from CISCO CIMC
Hi, I would like to requeue a job from the failure handler only if the exception is a defined one. If I try to call job.requeue() I got InvalidJobOperation exception....
Hi, I have a very huge job queue and I want to limit redis memory usage. I've implemented this success handler: ```python def handle_success(job, connection, result, *args, **kwargs): # job.refresh()...
Hi, it would be useful to have some more methods on Group class to get jobs by status, jobs count, empty job list (stopping and deleting jobs, removing from registries).
I've upgraded from 1.16.2 to 2.0 and found an issue when I have multiple jobs running and querying the count for all the registries, for a web interface. With 1.16.2...
Hi, I've added find-all operation to MongoDB processor. Cannot use bson.MarshalExtJSON because for an array it returns the Error: WriteArray can only write a Array while positioned on a Element...
Hi, just some clarification, then reading a net in ONNX format does gocce.DNN uses the ONNX runtime or it is implemented from scratch inside DNN module? If like this there...