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 1a9f3f9 commit 5345d1aCopy full SHA for 5345d1a
README.md
@@ -41,7 +41,7 @@ Create an executable file called 'worker' in the root of your project that conta
41
42
import runpod
43
44
-runpod.serverless.pod_worker()
+runpod.serverless.pod_worker.start_worker()
45
```
46
47
-Add the env veriables found in [serverless-worker](docs/serverless-worker.md) to your project.
+Add the env variables found in [serverless-worker](docs/serverless-worker.md) to your project.
infer.py
@@ -3,6 +3,7 @@
3
Input -> model parameters
4
Output -> list of files
5
'''
6
+# pylint: disable=unused-argument,too-few-public-methods
7
8
9
class Predictor:
0 commit comments