We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6d3f5 commit 750a0caCopy full SHA for 750a0ca
infer.py
@@ -1,4 +1,8 @@
1
-''' Template for the infer.py file. '''
+'''
2
+Template for the infer.py file.
3
+Input -> model perameters
4
+Output -> list of files
5
6
7
8
class Predictor:
runpod/serverless/modules/inference.py
@@ -3,9 +3,6 @@
Interacts with the model to make predictions.
'''
-import os
-import zipfile
-
9
# -------------------------- Import Model Predictors ------------------------- #
10
from infer import Predictor
11
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = runpod
-version = 0.1.3
+version = 0.1.4
description = Official Python library for RunPod API & SDK.
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments