support llava video (#426)

This commit is contained in:
Yuanhan Zhang
2024-05-13 16:57:00 -07:00
committed by GitHub
parent 5dc55a5f02
commit 0992d85f92
37 changed files with 1139 additions and 222 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class TracerProgramState(ProgramState):
##################################
def fork(self, size: int = 1, position_ids_offset: Optional[List[int]] = None):
assert (size >= 1)
assert size >= 1
if self.only_trace_prefix:
raise StopTracing()