-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added implementation of DRY sampler #6896
Conversation
[@p-e-w] Forwarding your comment from the retired PR here:
I hope you don't get too discouraged by this. This project seem teeming with great ideas and experiments. It's also very busy. And perhaps Samplers don't get as much attention as they deserve. They are certainly a hot topic with several of the popular webui's. Your ideas seems novel, and perhaps if we nudge @ggerganov to be more lenient with adding new Sampler under an "Experimental" tag, in a separate implementation file, requiring a WIKI page entry that explains the algorithm, etc. It might be easier to get support for more people cooperating and eventually adding them here. |
There was no need to close the first PR. Fragmenting the discussion is bad, and people doing Just force-push to the previous branch. Something like this should do the trick (from the
|
Sorry, I'm bad with git. Tried your suggestion, didn't seem to work. I tried a "reset + force push" before closing the other PR, it deleted any new changes in the Obligatory xkcd: https://xkcd.com/1597/ |
I don't get it. |
Ah, I see. You're still pushing from your local Try this command:
|
Thank you for taking the time to help me with this. I did that command, the It seems the previous PR has not updated automatically: https://github.com/ggerganov/llama.cpp/pull/6839/files Is there anything manual I need to do? Or just need to wait until Github picks it up? |
Just a random guess, maybe the PR needs to be open in order to reflect changes? |
That was an hour ago. Since then you force-pushed. You may have to delete and restore again. |
Fixed! Thank you so much for helping me! And sorry for the hassle, didn't know how force push worked before. |
Accidentally broke branch by merging, creating a new PR.
Original PR: #6839