Results 19 comments of Saul

Has there been any more progress made on this? This would make multiaddr much more useful for projects that need to add complexity to what is already defined by multiaddr...

Just been looking at this again and it is not as straight-forward as I had assumed (using conditionals like @Pixelycia mentioned). You can do it through conditionals but you have...

Thanks for that response, the `save_log` and `load_log` can only be specified as a startup parameter reducing their usefulness, it would be nice to have a way to efficiently land...

> Got save/load working! I think. Thanks again for your fast work! > Yeah, should be useful. You'll still have to load the 1+Gb. I'm not sure if there is...

> `/save NAME` and `/load NAME` will now save/load the state in `saves/NAME.bin` > Because it's really easy to fill your hard drive with those multi-Gb files, I also added...

Another thing to note is that `/save ` and `/load ` alters the state of `params`: https://github.com/kuvaus/LlamaGPTJ-chat/blob/7df9232a9824f3940eebd0aec69ed9ba99dcd968/src/chat.cpp#L189 https://github.com/kuvaus/LlamaGPTJ-chat/blob/7df9232a9824f3940eebd0aec69ed9ba99dcd968/src/chat.cpp#L208 Therefore calling `/load` after a `/save ` will use `` instead of...

Another thing I have noticed that loading model state is fairly quick but the it makes the next query(s) are much slower - taking around 5x longer. Why does this...

> With low temperature you should hopefully get the same results. `LlamaGPTJ-chat (v. 0.2.7)` Yes, and no, even using that temperature I am getting slightly different results, for example my...

> I get the same result with all three cases but it does indeed differ from yours. Maybe there's some machine specific things going on as well. (How floating points...