moxin-org / moxin

Moxin: an AI LLM platform in pure Rust
https://www.moxin.app
Apache License 2.0
134 stars 17 forks source link

No Model To Choose a Model drop down option after downloading #44

Open andodeki opened 4 months ago

andodeki commented 4 months ago

I cant see downloaded Phi-3 Model in the Choose a Model drop down options even after restarting moxin.

I am on a Macbook.

$ du -hs second-state/Phi-3-mini-4k-instruct-GGUF/* 2.5G second-state/Phi-3-mini-4k-instruct-GGUF/Phi-3-mini-4k-instruct-Q5_K_S.gguf

Screenshot 2024-04-25 at 23 45 24
jmbejar commented 4 months ago

Hi.. can you check (and, possibly, paste an screenshot) how this file looks in the Discovery section? I would like to confirm if you still have a Download button there or it is displayed as "Downloaded".

andodeki commented 4 months ago

It shows the Download button for the model i downloaded The last one in the image below was downloaded.

Screenshot 2024-04-28 at 20 49 40
jmbejar commented 4 months ago

Sorry for the delay but we are busy adding more features. We have noticed this problem more often, so we're currently working in a fix. Will update this issue soon.

guofoo commented 3 months ago

This issue should be fixed already with the recent build. @andodeki Please confirm whether if it's still an issue.

andodeki commented 3 months ago

Hello @guofoo , i have just tried the fix. Should i download a new model and delete the already deleted model? Because the old model already downloaded does not still appear on the list of drop down menu.

guofoo commented 3 months ago

Yes, the storage location has changed. You may remove the old downloaded model files and start fresh. Then download your first new model, it should appear in the model drop down

andodeki commented 3 months ago

Ok like before i had started a new download and paused. The paused model wont continue to download even after clean builds.

Screenshot 2024-05-23 at 00 10 49
jmbejar commented 3 months ago

Hi @andodeki .. I wonder if you're able to see the resume & stop buttons that should appear at the right of the progress bar for each download.

image

In theory, you may use the play button to resume the download, but maybe you're in a screen resolution where those buttons are hidden? Just confirmed on my end this part of the screen is not properly adapting to the available screen width.

Could you confirm it?

andodeki commented 3 months ago

Oh yeah i have changed the resolution to much smaller and i can see the play button after rebuilding the app

kevinaboos commented 3 months ago

@andodeki we just changed the default directories used by Moxin to be more canonical (by using the standardized OS-preferred dirs for app data, preferences, etc).

Hopefully everything works now, give it a try with the latest commit on main to see if you can download and observe models in the drop down menu.