mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-22 03:10:03 +00:00
fixed a help menu bug, updated colab (+1 squashed commits)
Squashed commits: [618478e00] fixed a help menu bug, updated colab
This commit is contained in:
parent
89e2397014
commit
79e39e1989
2 changed files with 30 additions and 4 deletions
|
|
@ -7875,7 +7875,8 @@ def show_gui():
|
|||
templatedchoice_var.set(noobmodels[0])
|
||||
def load_easy_template():
|
||||
nonlocal templatechoicebox, templatecatbox, newbdesc1, newbdesc2
|
||||
repo = (POPULAR_TEMPLATE_REPO if templatedchoice_var.get()==POPULAR_TEMPLATE_LBL else NEWB_TEMPLATE_REPO)
|
||||
cat = templatecatbox.get()
|
||||
repo = (POPULAR_TEMPLATE_REPO if cat==POPULAR_TEMPLATE_LBL else NEWB_TEMPLATE_REPO)
|
||||
fname = f"https://huggingface.co/koboldcpp/{repo}/resolve/main/{templatedchoice_var.get()}.kcppt"
|
||||
data = make_url_request(fname,data=None,method="GET")
|
||||
if data is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue