We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a3902e + 8c83f4d commit c633048Copy full SHA for c633048
scripts/deploy_to_hf.sh
@@ -68,6 +68,7 @@ STAGING_DIR="hf-staging"
68
SPACE_SUFFIX=""
69
PRIVATE=false
70
DRY_RUN=false
71
+HUB_TAG="openenv"
72
73
while [[ $# -gt 0 ]]; do
74
case "$1" in
0 commit comments