Skip to content

Commit 2745725

Browse files
committed
changes
1 parent 1a15854 commit 2745725

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

examples/deploy-on-spaces.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44

55
import trackio as wandb
66

7-
# Optional: attach an HF Storage Bucket when creating the Space (Hub volumes API + TRACKIO_DIR):
8-
# trackio.deploy.create_space_if_not_exists(
9-
# "username/my-space",
10-
# create_bucket_if_missing=True,
11-
# bucket_mount_path="/data",
12-
# )
13-
# Or use trackio.space_volumes.attach_bucket_volume on an existing Space.
14-
157
EPOCHS = 20
168
PROJECT_ID = random.randint(100000, 999999)
179

0 commit comments

Comments
 (0)