mirror of
https://github.com/deepseek-ai/DeepSeek-VL2.git
synced 2025-02-23 06:09:04 -05:00
reduce console output
This commit is contained in:
parent
db6c917643
commit
c59bfe3164
@ -127,7 +127,7 @@ for i in range(startAt, len(files)):
|
|||||||
hz = 1 / (seconds + 0.0001)
|
hz = 1 / (seconds + 0.0001)
|
||||||
|
|
||||||
# Output the result
|
# Output the result
|
||||||
print("result[0][0][1] ",result[0][0][1])
|
#print("result[0][0][1] ",result[0][0][1])
|
||||||
question = this_user_prompt #Don't try to recover it from the list..
|
question = this_user_prompt #Don't try to recover it from the list..
|
||||||
response = result[0][0][1]
|
response = result[0][0][1]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user