ccolas commited on
Commit
1fa3519
1 Parent(s): 630d984

Update src/music/representation_learning/sentence_transfo/sentence_transformers/util.py

Browse files
src/music/representation_learning/sentence_transfo/sentence_transformers/util.py CHANGED
@@ -460,7 +460,7 @@ from typing import Dict, Optional, Union
460
  from pathlib import Path
461
  from huggingface_hub.constants import HUGGINGFACE_HUB_CACHE
462
  from huggingface_hub import HfApi, hf_hub_url, cached_download
463
- from huggingface_hub.snapshot_download import REPO_ID_SEPARATOR
464
  import fnmatch
465
 
466
  def snapshot_download(
 
460
  from pathlib import Path
461
  from huggingface_hub.constants import HUGGINGFACE_HUB_CACHE
462
  from huggingface_hub import HfApi, hf_hub_url, cached_download
463
+ #from huggingface_hub.snapshot_download import REPO_ID_SEPARATOR
464
  import fnmatch
465
 
466
  def snapshot_download(