llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

add support for llama adapters

Open redthing1 opened this issue 1 year ago • 4 comments

implement support for running models that use Llama adapter https://github.com/ZrrSkywalker/LLaMA-Adapter

described here how to get the model

https://github.com/ZrrSkywalker/LLaMA-Adapter#inference

redthing1 avatar Mar 26 '23 14:03 redthing1

Actions might be a better place for this. https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/2f129ef490e175943dd50163015dd1e6fc8d49f0/modules/ui.py#L1526-L1532 Or down at the bottom next to Reload UI. https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/64da5c46ef0d68b9048747c2e0d46ce3495f9f29/html/footer.html#L8

missionfloyd avatar Mar 26 '23 04:03 missionfloyd

I think a better solution would be to refer to independent css files as they are on disk, same as it's done with javascript, so that there is necessity to do anything serverside to update them.

If not, then yes, I also think the button should be in Actions.

AUTOMATIC1111 avatar Mar 27 '23 04:03 AUTOMATIC1111

See #8942

AUTOMATIC1111 avatar Mar 27 '23 10:03 AUTOMATIC1111

Since the change for independent css files is merged in #9031 and this is incompatible with it, I'm closing the PR.

AUTOMATIC1111 avatar Apr 29 '23 15:04 AUTOMATIC1111