cheesyFishes commited on
Commit
f6ad57e
·
verified ·
1 Parent(s): 0965666

Update custom_st.py

Browse files
Files changed (1) hide show
  1. custom_st.py +1 -1
custom_st.py CHANGED
@@ -17,7 +17,7 @@ class Transformer(nn.Module):
17
 
18
  def __init__(
19
  self,
20
- model_name_or_path: str = 'llamaindex/vdr-2b-multi-v1',
21
  processor_name_or_path: Optional[str] = None,
22
  max_pixels: int = 768 * 28 * 28,
23
  min_pixels: int = 1 * 28 * 28,
 
17
 
18
  def __init__(
19
  self,
20
+ model_name_or_path: str = 'llamaindex/vdr-2b-v1',
21
  processor_name_or_path: Optional[str] = None,
22
  max_pixels: int = 768 * 28 * 28,
23
  min_pixels: int = 1 * 28 * 28,