Matt Rickard
Matt Rickard
I'm not sure if this actually affects functionality, but I think these images should be cleaned up even if the machine fails to start somehow. This is from our jenkins...
The examples are out of date according the new API /kind bug /kind documentation
Currently we build the context manually and do not respect the dockerignore file.
https://github.com/kubeflow/fairing/tree/master/examples/prediction but in notebook form
It might be interesting to chain multiple pre-processors together e.g. ConvertNotebookPreprocessor -> FunctionPreProcessor ->
* Vertices should be `type Vertex interface{}` instead of string * Sort should return `[][]Vertex` instead of `[]string`, grouping tasks that can be done in parallel together. This would support...
OpenLM is a zero-dependency OpenAI-compatible LLM provider that can call different inference endpoints directly via HTTP. It implements the OpenAI Completion class so that it can be used as a...
Better error handling. Especially for TypeScript definition bugs. It's hard (impossible) to know how to fix something right now if it's broken (e.g., interface instead of type, missing syntax, etc.)...
Namespaces aren't currently supported. We'll have to extract the namespace flag and make sure that it is piped through to the command to get the latest resource, as well as...
Other commands should be able to be implemented. The trickier part here is that each command has slightly different syntax and some work on all resources (label, delete, patch), while...