NP
NP
Using `delete` fails with ``` AttributeError: 'CustomAudience' object has no attribute 'delete' ``` The correct method would be `api_delete`
## Description This PR is to test out the integration of a `Rust` _"backend"_ for `SyMPC` (following work from #245), with [`Maturin`](https://github.com/PyO3/maturin) as its binding framework. _Update: So far, this...
## Description Currently, our publishing workflow with the `quay.io/pypa/manylinux2010_x86_64` container is failing with: ``` pip: command not found ``` I think this change ought to fix it. ## Affected Dependencies...
## Description Currently, we're working with `op_id` and `party_id` as a `usize` variables, and then we use these variables to "match" values, for example, like the following: https://github.com/OpenMined/sycret/blob/fc776e1a9c517aebdd7a705d448eb1865cda6479/src/lib.rs#L14 I think...
### System Info ``` +---------------------------------------------------------------------------------------+ | NVIDIA-SMI 535.183.01 Driver Version: 535.183.01 CUDA Version: 12.2 | |-----------------------------------------+----------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan...
### Your current environment ```text Collecting environment information... PyTorch version: 2.3.1+cu121 Is debug build: False CUDA used to build PyTorch: 12.1 ROCM used to build PyTorch: N/A OS: Ubuntu 20.04.6...