cnzzx commited on
Commit
c3f7520
1 Parent(s): 2bfc524
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks() as app:
102
  vsa = VisionSearchAssistant(
103
  ground_device = "cuda:0",
104
  vlm_device="cuda:0",
105
- # vlm_load_4bit=True,
106
  )
107
  # Launch the app
108
  app.launch()
 
102
  vsa = VisionSearchAssistant(
103
  ground_device = "cuda:0",
104
  vlm_device="cuda:0",
105
+ vlm_load_4bit=True,
106
  )
107
  # Launch the app
108
  app.launch()