BinaryWarlock
BinaryWarlock
**Describe the bug** As noted, I just tried gdbgui, I followed the guide and typed in my binary path (which is in the current working directory), and hit "Load binary"....
***Describe the bug** Running a UEFI hello world binary with qltool fails: ``` $ qltool run -f hello_x64.efi --rootfs . [=] Located heap at 0x78000000 [=] Located stack at 0x77fffff0...
https://open-vsx.org/ The VSCodium fork uses this repository instead of Microsoft's, it would be nice to publish it there.
**Describe the bug** ``` ERROR burn_import::logger: PANIC => panicked at .../burn-import-0.12.1/src/onnx/dim_inference.rs:403:9: Only tensor input is valid ``` Which is in `conv2d_update_outputs`. Adding extra printing, it seems to be taking in...
**Describe the bug** `IrError(OutputNodeNotFound("/Cast_output_0"))` **To Reproduce** Steps to reproduce the behavior: Using onnx-clip model which you can grab at https://lakera-clip.s3.eu-west-1.amazonaws.com/clip_image_model_vitb32.onnx (about 336 MiB) 1. `python -m onnxruntime.tools.make_dynamic_shape_fixed --dim_param image_batch_size --dim_value...
**Is your feature request related to a problem? Please describe.** I'd like to use dynamic batch sizes to actually batch properly. **Describe the solution you'd like** Dynamic dimension support **Describe...
**Describe the bug** `Error: Could not infer shapes: unsupported: Reshape with shape containing a -1 element` **To Reproduce** Using onnx-clip model which you can grab at `https://lakera-clip.s3.eu-west-1.amazonaws.com/clip_image_model_vitb32.onnx` (about 336 MiB)...
It would be nice to see what sites work with the browser, and the roadmap for future goals.
I propose adding a config option with a list of globs that skips compressing files matching them, which is beneficial to skip compressing already compressed image/video files, which is a...