Remove rewind, use clip tokenizer

This commit is contained in:
Pepijn
2025-11-26 21:06:20 +01:00
parent 425eced2de
commit 3ed0425d2c
17 changed files with 172 additions and 2668 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ def run_inference(
logger.info("Encoding video frames with CLIP...")
video_embeddings = model.encode_images(frames)
logger.info("Encoding task description with MiniLM...")
logger.info("Encoding task description with CLIP...")
text_embedding = model.encode_text(task_description)
# Get config values