Shubham Kaushal
Shubham Kaushal
I was getting a similar error, when I was loading from hub ```dinov2_vitb14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vitb14')``` changing it to below works (use cuda): ```dinov2_vitb14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vitb14').cuda()```
Hi @KilianPoirier! I would like to work on this issue of adding Cirq backend to OpenQAOA. Can you assign it to me?
Hi @KilianPoirier, Thanks! OpenQAOA looks great and I really wanted to contribute to it. First of all, sorry for the long post, therefore added a TLDR. ### TLDR: - Cirq...
Hi @ryanhill1 @Hope-Alemayehu! Can I take this issues up to integrate CPython in the code base?
Hi @ryanhill1, Thanks! I wanted to ask for a clarification: I believe you mean [Cython](https://cython.org/) instead of CPython, as the former provides the c-extension to Python which gives time/memory improvements....