feat(lib): add ScrollModel (numpy + ONNX Runtime); rename legacy scroll module

This commit is contained in:
2026-05-12 01:14:37 +08:00
parent bae9a93ffa
commit 4e69ecc963
6 changed files with 178 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ from pathlib import Path
import torch
import pytest
from ai_mouse.scroll.generator import generate_scroll
from ai_mouse._scroll_legacy import generate_scroll
from tools.scroll.models import ScrollCVAE