Update README.md
Browse files
README.md
CHANGED
@@ -88,7 +88,7 @@ class LiveCCDemoInfer:
|
|
88 |
state: dict,
|
89 |
max_pixels: int = 384 * 28 * 28,
|
90 |
default_query: str = 'Please describe the video.',
|
91 |
-
do_sample: bool =
|
92 |
repetition_penalty: float = 1.05,
|
93 |
**kwargs,
|
94 |
):
|
@@ -244,7 +244,7 @@ class LiveCCDemoInfer:
|
|
244 |
self,
|
245 |
message: str,
|
246 |
state: dict,
|
247 |
-
do_sample: bool =
|
248 |
repetition_penalty: float = 1.05,
|
249 |
**kwargs,
|
250 |
):
|
|
|
88 |
state: dict,
|
89 |
max_pixels: int = 384 * 28 * 28,
|
90 |
default_query: str = 'Please describe the video.',
|
91 |
+
do_sample: bool = True,
|
92 |
repetition_penalty: float = 1.05,
|
93 |
**kwargs,
|
94 |
):
|
|
|
244 |
self,
|
245 |
message: str,
|
246 |
state: dict,
|
247 |
+
do_sample: bool = True,
|
248 |
repetition_penalty: float = 1.05,
|
249 |
**kwargs,
|
250 |
):
|