yonikremer
commited on
Commit
·
f901672
1
Parent(s):
08b0161
added opt-iml-max-30b to the pre-installed models
Browse files- on_server_start.py +1 -0
on_server_start.py
CHANGED
@@ -20,6 +20,7 @@ def download_useful_models():
|
|
20 |
print("Downloading useful models...")
|
21 |
useful_models = (
|
22 |
"facebook/opt-125m",
|
|
|
23 |
)
|
24 |
for model_name in useful_models:
|
25 |
download_repository(
|
|
|
20 |
print("Downloading useful models...")
|
21 |
useful_models = (
|
22 |
"facebook/opt-125m",
|
23 |
+
"facebook/opt-iml-max-30b",
|
24 |
)
|
25 |
for model_name in useful_models:
|
26 |
download_repository(
|