Jinjing Zhou

Results 73 issues of 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...

help wanted ๐Ÿ†˜
status/needs-discussion ๐Ÿชง
type/discussion ๐Ÿงต
area/lang ๐ŸŒ
area/buildkit ๐Ÿšข

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...

type/feature ๐Ÿ’ก

## 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...

type/feature ๐Ÿ’ก
summer-of-code

## 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...

good first issue โค๏ธ
help wanted ๐Ÿ†˜
type/enhancement ๐Ÿ’ญ
type/feature ๐Ÿ’ก

## 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...

type/feature ๐Ÿ’ก

## Description Like `kubeflow/katib` --- **Message from the maintainers**: Love this enhancement proposal? Give it a ๐Ÿ‘. We prioritise the proposals with the most ๐Ÿ‘.

type/feature ๐Ÿ’ก

## 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**:...

type/feature ๐Ÿ’ก

### 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....

question

In QA tasks, the model is better to be stateful. Triton example: https://github.com/triton-inference-server/server/issues/1172

enhancement