kent-william007
Results
2
comments of
kent-william007
If the output of my model is obtained through a method call, for example, def query_model(query): return response. Then how should I write the code to load the model? In...
Is it possible to support model invocation through an API? This way, we can leverage the model capabilities provided by the server without needing to worry about which underlying model...