Jamil Dhanani

Results 6 issues of Jamil Dhanani

Right now if a transaction is submitted to function `A_1` on a contract `A`, which calls a function `B_1` on contract `B`, there's no endpoint which exposes the fact that...

We're running a hosted service for inscriptions, and we've done around ~2,000 inscriptions with `ord`. It seems like though `ord wallet send` is pretty quick, each `ord wallet inscribe` takes...

### Describe the bug I currently have a wandb server instance deployed internally on a network, inside a VPN service. I have an internal hostname (let's say `myhost`) under which...

cli

`shortcuts` is now a built-in command on macOS, so ideally the command should be changed to prevent this clash

### Describe the issue When trying to quantize a Yolov8 model (exported with `yolo export model=yolov8x.pt format=onnx`) with `onnxruntime`, I get the following error: ``` $ python quantize.py yolov8x.onnx Model...

quantization

When running ```python model = ultralytics.YOLO('yolov5nu.pt') # also with any ultralytics yolo model dummy_input = torch.rand(1, 3, 640, 640).cuda() ModelValidator.validate_model(model.model.cuda(), model_input=dummy_input) ``` I get: ``` 2024-06-14 14:31:56,134 - Utils -...