Jinjing Zhou
Jinjing Zhou
Signed-off-by: Jinjing.Zhou However, the color doesn't seem perfect in light mode. Dark mode works well Fix #1343
Signed-off-by: Jinjing.Zhou fixes #728 ~~I made a new page to test it and found I still need to manually import the SFC. How can I enable this SFC by default?...
## Description Currently multiple processes are managed under tini by concatenating multiple commands. Cons: - hard to inspect per-process logs - hard to inspect errors when start the container Candidate:...
Signed-off-by: Jinjing.Zhou Fix #881
## Description The tensorflow binary requires AVX instruction by default, which is not available on Apple Silicon. ``` ⬢ [envd]❯ python main.py The TensorFlow library was compiled to use AVX...
## Description Currently `envd env describe` need explicitly set `--name` options. We should make the current directory name default. --- **Message from the maintainers**: Love this enhancement proposal? Give it...
## Description Support export LLB graph --- **Message from the maintainers**: Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
## Description --- **Message from the maintainers**: Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
## Description Use envd as development environment to develop a torch C++ custom ops --- **Message from the maintainers**: Love this enhancement proposal? Give it a 👍. We prioritise the...
## Description Dockerfile supports `ARG` keyword for different options when executing. envd can also provide similar compatibility. Brainstorm: ``` def build(): if args.get("model")=='CNN': .... else if args.get("model")=="Transformer": ... ``` ---...