We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46359f4 commit e90e0d9Copy full SHA for e90e0d9
serve_pipeline/__init__.py
@@ -15,7 +15,6 @@ def __init__(self):
15
# Here you would load your actual model.
16
self.model = random.random
17
18
- @serve.accept_batch
19
def __call__(self, request):
20
return self.model()
21
0 commit comments