Spaces:
Sleeping
Sleeping
Diwakar Basnet commited on
Commit ·
4d1f30b
1
Parent(s): 052f26d
Fixed the model repo id
Browse files- config/settings.py +1 -1
config/settings.py
CHANGED
|
@@ -13,7 +13,7 @@ class Settings(BaseSettings):
|
|
| 13 |
project_root: Path = Field(default=Path(__file__).parent.parent)
|
| 14 |
|
| 15 |
# Hugging Face Settings
|
| 16 |
-
model_repo_id: str = "Unspoiled-Egg/ijepa-target-encoder
|
| 17 |
hf_token: Optional[str] = None
|
| 18 |
|
| 19 |
# Model & Inference Settings
|
|
|
|
| 13 |
project_root: Path = Field(default=Path(__file__).parent.parent)
|
| 14 |
|
| 15 |
# Hugging Face Settings
|
| 16 |
+
model_repo_id: str = "Unspoiled-Egg/ijepa-vit-huge-target-encoder"
|
| 17 |
hf_token: Optional[str] = None
|
| 18 |
|
| 19 |
# Model & Inference Settings
|