LiamKhoaLe commited on
Commit
fd6669d
·
1 Parent(s): 0c553d9

Rm inference from hf hub

Browse files
Files changed (1) hide show
  1. vlm.py +1 -1
vlm.py CHANGED
@@ -8,7 +8,7 @@ from translation import translate_query
8
 
9
  # Initialise once
10
  HF_TOKEN = os.getenv("HF_TOKEN")
11
- # client = InferenceClient(provider="auto", api_key=HF_TOKEN)
12
 
13
  logger = logging.getLogger("vlm-agent")
14
  logging.basicConfig(level=logging.INFO, format="%(asctime)s — %(name)s — %(levelname)s — %(message)s", force=True) # Change INFO to DEBUG for full-ctx JSON loader
 
8
 
9
  # Initialise once
10
  HF_TOKEN = os.getenv("HF_TOKEN")
11
+ # client = InferenceClient(provider="auto", api_key=HF_TOKEN) # comment in back
12
 
13
  logger = logging.getLogger("vlm-agent")
14
  logging.basicConfig(level=logging.INFO, format="%(asctime)s — %(name)s — %(levelname)s — %(message)s", force=True) # Change INFO to DEBUG for full-ctx JSON loader