LostRuins / koboldcpp

A simple one-file way to run various GGML and GGUF models with KoboldAI's UI
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
4.36k stars 312 forks source link

Fix typos in koboldcpp.py #971

Closed Nexesenex closed 2 days ago

Nexesenex commented 3 days ago

padx=padx replaced with padx=8 Otherwise the GUI crashes.

LostRuins commented 3 days ago

These are not typos. The function needs to support custom padding values. What lines are causing the crashing?

LostRuins commented 3 days ago

I looked through my code and nothing seems to be crashing.

Nexesenex commented 3 days ago

Oh, my bad then. Probably my own previous edits are conflicting. I'll check that tonight.

Nexesenex commented 2 days ago

Problem was due to my own modifs on my fork. Careful merging solved it.