Skip to content

Commit

Permalink
Correct HSSD public repo to un-authenticated (#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 authored Nov 16, 2023
1 parent edc9046 commit ce81edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_python/habitat_sim/utils/datasets_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def initialize_test_data_sources(data_path):
"source": "https://huggingface.co/datasets/hssd/hssd-hab.git",
"link": data_path + "scene_datasets/hssd-hab",
"version": "main",
"requires_auth": True,
"requires_auth": False,
},
"hab3-episodes": {
"source": "https://huggingface.co/datasets/ai-habitat/hab3_episodes.git",
Expand Down

0 comments on commit ce81edd

Please sign in to comment.