cleanup: remove dead code and duplicate docs
- Remove session-ses_2f27.md (161KB raw session log) - Remove 49 ROOT_* duplicate files across REFERENCE/ - Remove 14 duplicate files between REFERENCE/ root and history/ - Remove asr_legacy.rs (dead code, replaced by asr.rs) - Remove src/core/worker/ (duplicate JobWorker) - Remove src/core/layers/ (empty directory) - Remove 4 .bak files in src/ - Remove 7 dead private methods in worker/processor.rs - Remove backup directory from git tracking
This commit is contained in:
@@ -7,7 +7,6 @@ Deep Analysis of 112:36 Frame
|
||||
|
||||
import os
|
||||
import cv2
|
||||
import torch
|
||||
import types
|
||||
from PIL import Image
|
||||
from transformers import AutoProcessor, AutoModelForCausalLM
|
||||
@@ -149,7 +148,7 @@ try:
|
||||
2,
|
||||
)
|
||||
else:
|
||||
print(f" ❌ Not found.")
|
||||
print(" ❌ Not found.")
|
||||
except Exception as e:
|
||||
print(f" ⚠️ Error: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user