You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
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
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
In the dev branch, handle_actions can receive action. but there are many SearchAction::Results(models) message.
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:
The text was updated successfully, but these errors were encountered: