kyr commited on
Commit
b1f1394
·
verified ·
1 Parent(s): 63e6205

Upload qwen_module.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 open_r1.vlm_modules.vlm_module import VLMBaseModule
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):