e1250 commited on
Commit
4735c3e
·
1 Parent(s): b7549df
Files changed (2) hide show
  1. config/config.yaml +3 -0
  2. config/settings.py +0 -1
config/config.yaml CHANGED
@@ -30,3 +30,6 @@ depth:
30
  model_name: "depth_anything_v2_vits.pth"
31
  device: "cpu"
32
  encoder: "vits"
 
 
 
 
30
  model_name: "depth_anything_v2_vits.pth"
31
  device: "cpu"
32
  encoder: "vits"
33
+
34
+ hf_cache_dir: ".hf_cache"
35
+ dagshub_user_token: ""
config/settings.py CHANGED
@@ -83,7 +83,6 @@ class AppConfig(BaseSettings):
83
  intervals: IntervalsConfig
84
  redis_url: str
85
  dagshub_user_token: str
86
- hf_cache_dir: str
87
 
88
  @classmethod
89
  def settings_customise_sources(
 
83
  intervals: IntervalsConfig
84
  redis_url: str
85
  dagshub_user_token: str
 
86
 
87
  @classmethod
88
  def settings_customise_sources(