Vision-CAIR
commited on
Commit
•
a00877d
1
Parent(s):
86539ff
Update app.py
Browse files
app.py
CHANGED
@@ -43,9 +43,6 @@ def setup_seeds(config):
|
|
43 |
|
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
|
|
|
43 |
|
44 |
cudnn.benchmark = False
|
45 |
cudnn.deterministic = True
|
|
|
|
|
|
|
46 |
|
47 |
# ========================================
|
48 |
# Model Initialization
|