Jinjing Zhou
Jinjing Zhou
Discuss whether we can expose the lower level primitive of buildkit into starlark For example, the torch installation logic is complex. https://pytorch.org/get-started/locally/ We can write the logic as below, which...
Is there any plan to support Matryoshka embedding like OpenAI text-embedding-3? Ref: https://arxiv.org/abs/2205.13147
## Description In flyte, they use syntax like ```python @task( config=EnvdConfig( os="ubuntu20.04", pip_packages=["tensorflow"], language="python", ) ``` to configure the envd dependency. Then it needs to call envd build. it's better...
## Description Using oci artifact standard to store the artifacts/models when developing ML models --- **Message from the maintainers**: Love this enhancement proposal? Give it a ๐. We prioritise the...
## Description Provide example for torch 2.0 and includes torchdynamo. Better to have a short blog about this. --- **Message from the maintainers**: Love this enhancement proposal? Give it a...
## Description Like `kubeflow/training-operator`, user can launch such jobs and watch the status --- **Message from the maintainers**: Love this enhancement proposal? Give it a ๐. We prioritise the proposals...
## Description Like `kubeflow/katib` --- **Message from the maintainers**: Love this enhancement proposal? Give it a ๐. We prioritise the proposals with the most ๐.
## Description run command can specify base stage, such as build from base image stage, python stage or others, which can help cache more things. --- **Message from the maintainers**:...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
In QA tasks, the model is better to be stateful. Triton example: https://github.com/triton-inference-server/server/issues/1172