Update README.md
Browse files
README.md
CHANGED
@@ -326,8 +326,3 @@ response, history = model.chat(tokenizer, pixel_values, question, generation_con
|
|
326 |
num_patches_list=num_patches_list, history=history, return_history=True)
|
327 |
print(f'User: {question}\nAssistant: {response}')
|
328 |
```
|
329 |
-
|
330 |
-
## License
|
331 |
-
|
332 |
-
This project is released under the MIT License. This project uses the pre-trained Qwen2.5-3B-Instruct as a component, which is licensed under the Apache License 2.0.
|
333 |
-
|
|
|
326 |
num_patches_list=num_patches_list, history=history, return_history=True)
|
327 |
print(f'User: {question}\nAssistant: {response}')
|
328 |
```
|
|
|
|
|
|
|
|
|
|