Skip to content

Commit

Permalink
change remote
Browse files Browse the repository at this point in the history
  • Loading branch information
younik committed Nov 27, 2024
1 parent 7b9ff0c commit d08615a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion minari/storage/remotes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from minari.storage.remotes.cloud_storage import CloudStorage


DEFAULT_REMOTE = "gcp://minari-remote"
DEFAULT_REMOTE = "hf://farama-minari"


def get_gcps() -> Type[CloudStorage]:
Expand Down
1 change: 1 addition & 0 deletions minari/storage/remotes/huggingface.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json
import os
import warnings
from pathlib import Path
from typing import Any, Iterable, Optional, Tuple

Expand Down

0 comments on commit d08615a

Please sign in to comment.