runtime error
Exit code: 1. Reason: /app/export_litert.py:5: DeprecationWarning: 'ai-edge-torch' is deprecated and has been renamed to 'litert-torch'. Please update your dependencies and imports. The 'ai-edge-torch' package will not receive further updates. import ai_edge_torch Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. 📥 Загружаю веса модели... Traceback (most recent call last): File "/app/export_litert.py", line 62, in <module> main() File "/app/export_litert.py", line 38, in main model.load_state_dict(state_dict) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 2584, in load_state_dict raise RuntimeError( RuntimeError: Error(s) in loading state_dict for AndreyBot: Missing key(s) in state_dict: "embedding.weight", "lstm.weight_ih_l0", "lstm.weight_hh_l0", "lstm.bias_ih_l0", "lstm.bias_hh_l0", "lstm.weight_ih_l1", "lstm.weight_hh_l1", "lstm.bias_ih_l1", "lstm.bias_hh_l1", "lstm.weight_ih_l2", "lstm.weight_hh_l2", "lstm.bias_ih_l2", "lstm.bias_hh_l2", "fc.weight", "fc.bias". Unexpected key(s) in state_dict: "model_state", "vocab_size", "hidden_size", "num_layers", "embedding_dim", "word_to_idx", "idx_to_word", "memory", "version", "created".
Container logs:
Fetching error logs...