Didier commited on
Commit
0afdc15
·
verified ·
1 Parent(s): 39eaec8

Update vlm.py

Browse files
Files changed (1) hide show
  1. vlm.py +3 -0
vlm.py CHANGED
@@ -14,6 +14,9 @@ import time
14
  import torch
15
  import spaces
16
 
 
 
 
17
 
18
  #
19
  # Load the model: OPEA/Mistral-Small-3.1-24B-Instruct-2503-int4-AutoRound-awq-sym
 
14
  import torch
15
  import spaces
16
 
17
+ import logging
18
+ logger = logging.getLogger(__name__)
19
+ logging.basicConfig(level=logging.INFO)
20
 
21
  #
22
  # Load the model: OPEA/Mistral-Small-3.1-24B-Instruct-2503-int4-AutoRound-awq-sym