We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775dc16 commit 770cea1Copy full SHA for 770cea1
components/get_data/run.py
@@ -6,9 +6,7 @@
6
import logging
7
import os
8
9
-import requests
10
import wandb
11
-import tempfile
12
13
from wandb_utils.log_artifact import log_artifact
14
@@ -21,8 +19,6 @@ def go(args):
21
19
run = wandb.init(job_type="download_file")
22
20
run.config.update(args)
23
24
- # We stream the file so that it can be downloaded even if it is bigger
25
- # than the available memory
26
logger.info(f"Returning sample {args.sample}")
27
logger.info(f"Uploading {args.artifact_name} to Weights & Biases")
28
log_artifact(
0 commit comments