Konduktor makes serving general and vLLM deployments easy
<COMPANY>.trainy.us
.
By modifying ~/.konduktor/config.yaml
, you could also opt out of .trainy.us
endpoints and configure konduktor serve to use direct IP endpoints only:
konduktor serve launch
command shown below.
konduktor launch
task.yamls for jobs, except serving includes an extra section for replicas, ports, and health endpoint probing. For full, detailed examples of deployment.yaml
, check out the bottom of this page.
konduktor serve status
command.
Include --all-users
or -u
to see all deployments from all users in the cluster.
.trainy.us
endpoint is unavailable or you opted into using direct IP endpoints in ~/.konduktor/config.yaml
,
konduktor serve status
will display direct IP endpoints.
--direct
to display direct IP endpoints instead of trainy.us
endpoints.
konduktor serve down
command.
Include --all
or -a
to down all deployments from all users in the cluster.
.trainy.us
endpoints use https
while direct IP endpoints use http
.
Hello from Konduktor Serve!
Health Probe API
Hello from health probe!
top destination for tech companies, but it's also a hub for innovation and creativity. So, it's no surprise that the city has a vibrant food scene. From the iconic Golden Gate Bridge to the bustling streets of the Financial District, San Francisco offers a unique blend of culture, history, and modernity. When it comes to food, the city is known for its diverse cuisine, which reflects ...
Chat Completion API
Okay, so I need to help write a random number generator function in Python. Hmm, where do I start? I remember that Python has a module called random which provides functions for generating random numbers. So maybe I should use that. Let me think about what functions are available there.\n\nFirst, there's random.randint(a, b), which returns a random integer N between a and b, inclusive. That's useful. Then...