remove brkpt

This commit is contained in:
Jade Choghari
2026-01-02 08:33:57 +01:00
parent 5f2e5f8a56
commit 508d65a827

View File

@@ -157,7 +157,7 @@ class TokenizerProcessorStep(ObservationProcessorStep):
# Tokenize the task (this will create CPU tensors)
tokenized_prompt = self._tokenize_text(task)
breakpoint()
# Detect the device from existing tensors in the transition to ensure consistency
target_device = self._detect_device(self.transition)