woheller69

Results 417 comments of woheller69

maybe you just don't know or a spy cam app?

then you should ask LineageOS team what Lyric is...

Try this version. It requests IGNORE_BATTERY_OPTIMIZATION. Uninstall Remove .zip and install [app-release.apk.zip](https://github.com/user-attachments/files/20062081/app-release.apk.zip)

I don't use tools, so I don't know if another \n is missing there. But Llama3 is also fixed in this PR. But I think a better long term fix...

> it seems that keep missing some newlines in there you wanna add in llama3 in this PR? It would be like this the correct one: > > ```python >...

Is there any reason, not to merge this?

Mistral Small 22B needs an additional blank for faster multi-turn conversation: Roles.assistant: PromptMarkers(""" """, """""") Unfortunately other Mistral based models like Mistral-Nemo do not need it...

what is the reason for stripping the prompt? For Mistral Small it can also be fixed like this if the assistant reply is not stripped. I think this would alter...

def _format_response( self, formatted_messages: str, last_role: Roles, response_role: Literal[Roles.user, Roles.assistant] | None = None, ) -> Tuple[str, Roles]: if response_role is None: response_role = Roles.assistant if last_role != Roles.assistant else...

Is this project still maintained?