King H Chan
King H Chan
Serum javascript library is broken. How to re-create issue: ` curl https://api.mainnet-beta.solana.com -X POST -H "Content-Type: application/json" -d ' {"jsonrpc":"2.0", "id":1, "method":"getProgramAccounts", "params":["9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"]} ' ` The program ID is the...
I have a question around the design decision behind group tags and spies. In UDP, say I create a publication over a channel that is tagged like this: `fc=tagged,g:101` The...
Hi team, In the code below (found in `exir/verification/verifier.py:81`) ``` def check_valid_op(self, op): if isinstance(op, OpOverload): # TODO These special ops should be removable easily. if op.namespace in ( "quantized_decomposed",...
Hi team, Below is a minimal example script used to generate `xnnpack_lowered_module.pte` ``` import time from executorch.backends.xnnpack.partition.xnnpack_partitioner import XnnpackPartitioner from torch import nn from torch._export import capture_pre_autograd_graph import torch from...
https://github.com/apple/coremltools/blob/main/coremltools/models/utils.py#L677 Is this line incorrectly indented? This causes renaming outputs to corrupt the mlmodel (not mlpackage): `RuntimeWarning: You will not be able to run predict() on this Core ML model....