chawin.chen commited on
Commit
abfb1b5
·
1 Parent(s): da9afcb
Files changed (1) hide show
  1. config.py +5 -5
config.py CHANGED
@@ -312,11 +312,11 @@ BOS_DOWNLOAD_TARGETS = [
312
  # "destination": CELEBRITY_DATASET_DIR,
313
  # "background": True,
314
  # },
315
- {
316
- "description": "AI 模型权重",
317
- "bos_prefix": BOS_MODELS_PREFIX,
318
- "destination": MODELS_DOWNLOAD_DIR,
319
- },
320
  ]
321
 
322
  log_level_str = os.getenv("LOG_LEVEL", "INFO").upper()
 
312
  # "destination": CELEBRITY_DATASET_DIR,
313
  # "background": True,
314
  # },
315
+ # {
316
+ # "description": "AI 模型权重",
317
+ # "bos_prefix": BOS_MODELS_PREFIX,
318
+ # "destination": MODELS_DOWNLOAD_DIR,
319
+ # },
320
  ]
321
 
322
  log_level_str = os.getenv("LOG_LEVEL", "INFO").upper()