Vali-98 / ChatterUI

Simple frontend for LLMs built in react-native.
GNU Affero General Public License v3.0
508 stars 28 forks source link

Invalid File Type #21

Closed vladbrox closed 5 months ago

vladbrox commented 5 months ago

When I want to load .gguf model, I have this error

Vali-98 commented 5 months ago

Could you provide a link to the model used?

vladbrox commented 5 months ago

I used this one - https://huggingface.co/second-state/Phi-3-mini-4k-instruct-GGUF/blob/main/Phi-3-mini-4k-instruct-Q2_K.gguf, and some other, but I had 'Invalid File Type' error

Vali-98 commented 5 months ago

I cannot replicate this issue. Need some info:

vladbrox commented 5 months ago

1) Yes, I will try 2) I use EMUI on Android 12 3) HUAWEI nova 12s 4) v0.7.5

Ps I'm sorry for my English, I don't know it very well.

vladbrox commented 5 months ago

I redownload model and error save

https://github.com/Vali-98/ChatterUI/assets/119420130/70798939-96c9-4442-ae32-484771444f32

Vali-98 commented 5 months ago

You are trying to load the model in the wrong menu. You have to use API > Local > Import Model Then load the model and it should work.