-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working