kyr commited on
Upload qwen_module.py with huggingface_hub
Browse files- qwen_module.py +1 -1
qwen_module.py
CHANGED
|
@@ -3,7 +3,7 @@ from typing import Dict, Any, Union
|
|
| 3 |
from trl.data_utils import maybe_apply_chat_template
|
| 4 |
import torch
|
| 5 |
|
| 6 |
-
from
|
| 7 |
|
| 8 |
class Qwen2VLModule(VLMBaseModule):
|
| 9 |
def __init__(self):
|
|
|
|
| 3 |
from trl.data_utils import maybe_apply_chat_template
|
| 4 |
import torch
|
| 5 |
|
| 6 |
+
from vlm_modules.vlm_module import VLMBaseModule
|
| 7 |
|
| 8 |
class Qwen2VLModule(VLMBaseModule):
|
| 9 |
def __init__(self):
|