Skip to content

Unable to add gguf models #1060

@paralelreverse

Description

@paralelreverse

Describe the bug

When I tried to re-add gguf models (That were able to be added before without issue) I gpt stuck on the create a model card with the save button not doing anything.

Expected behavior

The model saves and I can enjoy using it.

Debugging information
INFO [main.py | main] Alpaca version: 8.4.4
/app/share/Alpaca/alpaca/widgets/models/creator.py:78: Warning: g_value_get_int: assertion 'G_VALUE_HOLDS_INT (value)' failed
self.name_el.set_text(os.path.basename(self.gguf_path).removesuffix('.gguf'))
Traceback (most recent call last):
File "/app/share/Alpaca/alpaca/widgets/models/creator.py", line 150, in save
if model_name == row.model.get_name():
^^^^^^^^^
AttributeError: 'StringObject' object has no attribute 'model'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions