William-Wildridge

Results 2 issues of William-Wildridge

I note that: accounts/password_change has the expected unfold style: ![image](https://github.com/unfoldadmin/django-unfold/assets/8853591/39cebe46-fae1-4423-bbdc-910206b14c23) But accounts/password_reset doesn't, looking into the html it seems that no tailwind styling is added like the reset view: ![image](https://github.com/unfoldadmin/django-unfold/assets/8853591/a768c0b0-0484-4ab4-8705-ffae1d7209d5)...

In the wiki (https://github.com/unslothai/unsloth/wiki) for manually saving to gguf it has the line: python llama.cpp/convert-hf-to-gguf.py FOLDER --outfile OUTPUT --outtype f16 This should be: python llama.cpp/convert_hf_to_gguf.py FOLDER --outfile OUTPUT --outtype f16...