Aliayub1995 commited on
Commit
097ab33
·
verified ·
1 Parent(s): 7a8c410

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -15,7 +15,7 @@ class EndpointHandler:
15
  path (str): The path to the model or other necessary files.
16
  """
17
  disable_torch_init()
18
- self.model_path = 'DAMO-NLP-SG/VideoLLaMA2-7B'
19
  self.model, self.processor, self.tokenizer = model_init(self.model_path)
20
 
21
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
 
15
  path (str): The path to the model or other necessary files.
16
  """
17
  disable_torch_init()
18
+ self.model_path = 'Aliayub1995/VideoLLaMA2-7B'
19
  self.model, self.processor, self.tokenizer = model_init(self.model_path)
20
 
21
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]: