Philipp Emanuel Weidmann

Results 304 comments of Philipp Emanuel Weidmann

@doug-moen It looks like I'm still one level of indexing short. I am working with a list of face polygons, each of which is a list of `vec3` vertices, and...

Thank you for the update, the error messages are indeed much clearer now. But now that I see what the actual problem was, the `count` issue is back, unfortunately. If...

I have worked around this issue by determining array lengths outside of the distance function and passing them around. The other issue you describe is now easily fixed by padding...

I have refrained from commenting on this thread for the past few days because I wanted to be really sure how I feel about these proposals before responding but here...

> Is it true that we can't reuse that code? MIT licensed code requires reproduction of its copyright notice — we can do that while keeping the Unlicense for the...

Perfect. Now force-push again and we should be in the clear.

I meant a workaround in text-generation-webui that fixes this problem for all extensions, since presumably other extensions are affected as well. But you are of course correct, this would fix...

Same problem with CUDA 12.2 on Ubuntu 22.04.

> Have you compared how well this works vs the existing `no_repeat_ngram_size` parameter? I must admit that although I probably did see that parameter in the Transformers docs at some...

### Update * Added a parameter to control the range over which DRY looks for matching sequences in the input, mirroring the classical repetition penalties. * More testing with both...