Nick Lothian
Nick Lothian
Thanks. Is there a way to know what version I should pin against? And is that dependency transitive somehow?
Unfortunately the latest Pytorch release doesn't stay static (you all keep on working on things!!), and we'd love not to have to keep debugging these types of version issues everytime...
> Hi @nlothian, Could you please reproduce the above error with the latest release and let us know if the issue still exists. Thanks! Yes, just ran it again today...
It's pretty likely you don't have your model loaded at `0x200000`. See this line: `task = kpu.load(0x200000)` You need to either load the model from the (easy method) SD card...
@cmcWebCode40 Can you open up the debugger in the browser and see if you can trace through if the QR code is getting generated? Not sure about Brave, but in...
Just working through the [breadboard-from-scratch](https://breadboard-ai.github.io/breadboard/docs/guides/breadboard-from-scratch/) docs I found the following issues: - Link to Identity & Access Management goes to internal Google URL: https://pantheon.corp.google.com/iam-admin/iam - should be https://console.cloud.google.com/iam-admin/ (I think)...
@dglazkov gave me good instructions on Discord to move me past this. Further on... `cd packages-visual/editor` should be `cd packages/visual-editor`
@timswanson-google thanks a lot for all this. I haven't run through the new version but I'm glad my notes were useful