Vision-CAIR commited on
Commit
81ac86c
1 Parent(s): f944e9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -44,7 +44,9 @@ def setup_seeds(config):
44
  cudnn.benchmark = False
45
  cudnn.deterministic = True
46
 
47
-
 
 
48
  # ========================================
49
  # Model Initialization
50
  # ========================================
 
44
  cudnn.benchmark = False
45
  cudnn.deterministic = True
46
 
47
+ from huggingface_hub import snapshot_download
48
+ snapshot_download(repo_id="Vision-CAIR/vicuna")
49
+
50
  # ========================================
51
  # Model Initialization
52
  # ========================================