We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a15854 commit 2745725Copy full SHA for 2745725
1 file changed
examples/deploy-on-spaces.py
@@ -4,14 +4,6 @@
4
5
import trackio as wandb
6
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
-
15
EPOCHS = 20
16
PROJECT_ID = random.randint(100000, 999999)
17
0 commit comments