Yash
Yash
The [Co-WIN API documentation page](https://apisetu.gov.in/public/api/cowin#/Appointment%20Availability%20APIs/) mentions the following > ... APIs are subject to a rate limit of 100 API calls per 5 minutes per IP. So it rate-limits by...
@madhavajay #8481 should address this with docs at https://github.com/OpenMined/PySyft/blob/dev/DEBUGGING.md
Ah, they changed the API again. `page_id` needs to be provided in an object. ``` def call_load_page_chunk(self, page_id): if self._client.in_transaction(): self._pages_to_refresh.append(page_id) return data = { "page": { "id": page_id },...
The problem here is the behavior for installing CPU-only torch is different on arm64/aarch64 and x86_64/amd64 systems. - amd64 requires us to explicitly provide `torch==x.x.x+cpu` - meanwhile for arm64 we...
@shubham3121 we'll need to have this supported on kubernetes
Closing this PR as we need to evaluate how this will work with Veilid
Haven't tested this rigorously so please don't merge
> E AssertionError: Can not evaluate vstack(([0, 1, 1, 2, 2, 3], np.array([0, 1, 1, 5, 5, 3]))) with 'APIModule' apinumpy object has no submodule or method 'vstack', you may...
Covered in this PR - https://github.com/OpenMined/PySyft/pull/8605/files#diff-c23360bada07b4b0342b7ac6fda9e2fece10c7545757c1a403bff44c8f4ee4f6
This has been fixed with #8605