Skip to content

Commit 6e4a898

Browse files
author
Justin Merrell
committed
fix: pull out upload
1 parent ce4d834 commit 6e4a898

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

runpod/serverless/modules/job.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ def run(job):
7272
"error": output["error"]
7373
}
7474

75-
if "image" in output:
76-
object_url = upload.upload_image(job['id'], output["image"], index)
77-
output["image"] = object_url
75+
# if "image" in output:
76+
# object_url = upload.upload_image(job['id'], output["image"], index)
77+
# output["image"] = object_url
7878

7979
job_duration = time.time() - time_job_started
8080
job_duration_ms = int(job_duration * 1000)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = runpod
3-
version = 0.4.5
3+
version = 0.4.6
44
description = Official Python library for RunPod API & SDK.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)