We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the following changes to torch-flow.yml:
`jtype: Flow version: '1' with: port: 51001 protocol: http executors:
But it still executes according to the default configuration
The text was updated successfully, but these errors were encountered:
Hi, how do you start the flow? You can get the instructions from our docs https://clip-as-service.jina.ai/user-guides/server/#yaml-config
Please let me know if you have any further questions.
Sorry, something went wrong.
No branches or pull requests
Make the following changes to torch-flow.yml:
`jtype: Flow
version: '1'
with:
port: 51001
protocol: http
executors:
uses:
jtype: CLIPEncoder
metas:
py_modules:
- clip_server.executors.clip_torch
timeout_ready: 3000000
replicas: 1`
But it still executes according to the default configuration
The text was updated successfully, but these errors were encountered: