Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When opening Moly, there is no model information in the discover ui. On windows os #327

Open
wuanzhuan opened this issue Dec 11, 2024 · 3 comments

Comments

@wuanzhuan
Copy link

os: Windows 11 pro 10.0.22621
moly branch: main test when 2024.12.11
run cargo run -p moly-runner -- cargo run
There is no model information in the discover ui:
1c07b51c7bab20be2d0846800eb7f4a

@wuanzhuan
Copy link
Author

already know: sync model cards repo success.
log:
[2024-12-11T09:14:23Z INFO moly_backend::backend_impls] build by app_data_dir: "C:\Users\wuanz\AppData\Roaming\moxin-org\moly\data"
[2024-12-11T09:14:24Z INFO moly_backend::store::model_cards] Using model_cards repo: https://gitcode.com/xun_csh/model-cards.git
[2024-12-11T09:14:25Z INFO moly_backend::backend_impls] sync model cards repo success
because of the search state is pending when running moly::data::search::Search::run run_or_enqueue
image

@wuanzhuan
Copy link
Author

The reason is that have called Cx::post_action for SearchAction::Results(models) when load_featured_models. But can't receive the action in handle_actions
image
image

@wuanzhuan
Copy link
Author

The reason is that have called Cx::post_action for SearchAction::Results(models) when load_featured_models. But can't receive the action in handle_actions image image

In the dev branch, handle_actions can receive action. but there are many SearchAction::Results(models) message.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants