Spaces:
Sleeping
Sleeping
Update init_model.py
Browse files- init_model.py +1 -1
init_model.py
CHANGED
@@ -5,5 +5,5 @@ import os
|
|
5 |
os.environ['JAX_PLATFORMS'] = 'cpu'
|
6 |
|
7 |
# Load the model to cache it
|
8 |
-
model = OctoModel.load_pretrained("hf://rail-berkeley/octo-
|
9 |
print("Model downloaded and cached successfully.")
|
|
|
5 |
os.environ['JAX_PLATFORMS'] = 'cpu'
|
6 |
|
7 |
# Load the model to cache it
|
8 |
+
model = OctoModel.load_pretrained("hf://rail-berkeley/octo-base-1.5")
|
9 |
print("Model downloaded and cached successfully.")
|