mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-04-19 18:19:03 -04:00
merge: resolve conflicts
This commit is contained in:
commit
0f80c7ad56
@ -132,9 +132,8 @@ def chat(args, tokenizer, vl_chat_processor, vl_gpt, generation_config):
|
|||||||
|
|
||||||
while cur_img_idx < num_images:
|
while cur_img_idx < num_images:
|
||||||
try:
|
try:
|
||||||
image_file = input(
|
image_file = input(f"({cur_img_idx + 1}/{num_images}) Input the image file path: ")
|
||||||
f"({cur_img_idx + 1}/{num_images}) Input the image file path: "
|
image_file = image_file.strip() # trim whitespaces around path, enables drop-in from for example Dolphin
|
||||||
)
|
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print()
|
print()
|
||||||
|
Loading…
Reference in New Issue
Block a user