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 8630036 commit cf0f8b2Copy full SHA for cf0f8b2
python/cog/server/worker.py
@@ -133,7 +133,7 @@ def predict(
133
self, payload: Dict[str, Any], tag: Optional[str] = None
134
) -> "Future[Done]":
135
# TODO: tag is Optional, but it's required when in concurrent mode and
136
- # basically unnecesary in sequential mode. Should we have a separate
+ # basically unnecessary in sequential mode. Should we have a separate
137
# ConcurrentWorker?
138
if self._max_concurrency > 1 and tag is None:
139
raise TypeError(
0 commit comments