Skip to content

Commit 750a0ca

Browse files
committed
fix: update version
1 parent 8a6d3f5 commit 750a0ca

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

infer.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
''' Template for the infer.py file. '''
1+
'''
2+
Template for the infer.py file.
3+
Input -> model perameters
4+
Output -> list of files
5+
'''
26

37

48
class Predictor:

runpod/serverless/modules/inference.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
Interacts with the model to make predictions.
44
'''
55

6-
import os
7-
import zipfile
8-
96
# -------------------------- Import Model Predictors ------------------------- #
107
from infer import Predictor
118

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.1.3
3+
version = 0.1.4
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)