Rahul TR

Results 6 comments of Rahul TR

> Thanks for the solution, now setup-cuda.py works, but when I try to load model I get this error: > > ``` > Loading llama-7b-hf... > Traceback (most recent call...

> Status is as described above. I still recommend the method described in [#9 (comment)](https://github.com/Wouterdek/NodeNetwork/issues/9#issuecomment-405494795) I followed this instruction and created the following code. But it does not seem to...

Well, I have solved it. This serializes the nodes and the connections to JSON, and I am able to redraw the nodes from the JSON. ``` public class NetworkConverter {...

> Can you add an example about saving and loading? I decided not to use this library after a couple of experiments and I don't have any code to refer...

Hey, I had ported Nodify to Avalonia a while back and made it to private. I have now made it open and available here, https://github.com/trrahul/nodify-avalonia. I also would like to...

Also, I have used the port in one of my private projects. I have a demo video of one of the initial versions here. https://www.youtube.com/watch?v=vJu3wMTGsGU ![image](https://github.com/miroiu/nodify/assets/7353840/d7311284-91e9-47f8-a1bd-d80f7c6d77ab)