Skip to content

Commit 5345d1a

Browse files
author
Justin Merrell
committed
fix: readme
1 parent 1a9f3f9 commit 5345d1a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Create an executable file called 'worker' in the root of your project that conta
4141

4242
import runpod
4343

44-
runpod.serverless.pod_worker()
44+
runpod.serverless.pod_worker.start_worker()
4545
```
4646

47-
Add the env veriables found in [serverless-worker](docs/serverless-worker.md) to your project.
47+
Add the env variables found in [serverless-worker](docs/serverless-worker.md) to your project.

infer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Input -> model parameters
44
Output -> list of files
55
'''
6+
# pylint: disable=unused-argument,too-few-public-methods
67

78

89
class Predictor:

0 commit comments

Comments
 (0)