File tree Expand file tree Collapse file tree 10 files changed +30
-30
lines changed
Expand file tree Collapse file tree 10 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1919in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
2020Please update the python file there instead of directly editing file inside envd-docs repo.
2121:::
22+
23+ ::: warning
24+ v0 syntax is no longer supported from `envd>=v1.0`. Check the [upgrade guide](https://envd.tensorchord.ai/guide/v1.html).
25+
26+ If you want to use v0 syntax, try `pip install 'envd<1'`.
27+ :::
2228"""
2329
2430from typing import List , Optional
Original file line number Diff line number Diff line change 1919in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
2020Please update the python file there instead of directly editing file inside envd-docs repo.
2121:::
22+
23+ ::: warning
24+ v0 syntax is no longer supported from `envd>=v1.0`. Check the [upgrade guide](https://envd.tensorchord.ai/guide/v1.html).
25+
26+ If you want to use v0 syntax, try `pip install 'envd<1'`.
27+ :::
2228"""
2329
2430from typing import List , Optional
Original file line number Diff line number Diff line change 1919in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
2020Please update the python file there instead of directly editing file inside envd-docs repo.
2121:::
22+
23+ ::: warning
24+ v0 syntax is no longer supported from `envd>=v1.0`. Check the [upgrade guide](https://envd.tensorchord.ai/guide/v1.html).
25+
26+ If you want to use v0 syntax, try `pip install 'envd<1'`.
27+ :::
2228"""
2329
2430from typing import List , Optional
Original file line number Diff line number Diff line change 1919in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
2020Please update the python file there instead of directly editing file inside envd-docs repo.
2121:::
22+
23+ ::: warning
24+ v0 syntax is no longer supported from `envd>=v1.0`. Check the [upgrade guide](https://envd.tensorchord.ai/guide/v1.html).
25+
26+ If you want to use v0 syntax, try `pip install 'envd<1'`.
27+ :::
2228"""
2329
2430from typing import Optional
Original file line number Diff line number Diff line change 1919in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
2020Please update the python file there instead of directly editing file inside envd-docs repo.
2121:::
22+
23+ ::: warning
24+ v0 syntax is no longer supported from `envd>=v1.0`. Check the [upgrade guide](https://envd.tensorchord.ai/guide/v1.html).
25+
26+ If you want to use v0 syntax, try `pip install 'envd<1'`.
27+ :::
2228"""
2329
2430from typing import Dict , List , Optional
Original file line number Diff line number Diff line change 1919in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
2020Please update the python file there instead of directly editing file inside envd-docs repo.
2121:::
22-
23- ::: warning
24- Enable v1 by adding `# syntax=v1` to the 1st line of your envd file.
25-
26- v1 is experimental and may change in the future. Make sure to freeze the envd version for online CI/CD.
27- :::
2822"""
2923
3024from typing import List , Optional
Original file line number Diff line number Diff line change 1919in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
2020Please update the python file there instead of directly editing file inside envd-docs repo.
2121:::
22-
23- ::: warning
24- Enable v1 by adding `# syntax=v1` to the 1st line of your envd file.
25-
26- v1 is experimental and may change in the future. Make sure to freeze the envd version for online CI/CD.
27- :::
2822"""
2923
3024from typing import List , Optional
Original file line number Diff line number Diff line change 1919in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
2020Please update the python file there instead of directly editing file inside envd-docs repo.
2121:::
22-
23- ::: warning
24- Enable v1 by adding `# syntax=v1` to the 1st line of your envd file.
25-
26- v1 is experimental and may change in the future. Make sure to freeze the envd version for online CI/CD.
27- :::
2822"""
2923
3024from typing import Optional , Sequence
Original file line number Diff line number Diff line change 1919in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
2020Please update the python file there instead of directly editing file inside envd-docs repo.
2121:::
22-
23- ::: warning
24- Enable v1 by adding `# syntax=v1` to the 1st line of your envd file.
25-
26- v1 is experimental and may change in the future. Make sure to freeze the envd version for online CI/CD.
27- :::
2822"""
2923
3024from typing import Optional
Original file line number Diff line number Diff line change 1919in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
2020Please update the python file there instead of directly editing file inside envd-docs repo.
2121:::
22-
23- ::: warning
24- Enable v1 by adding `# syntax=v1` to the 1st line of your envd file.
25-
26- v1 is experimental and may change in the future. Make sure to freeze the envd version for online CI/CD.
27- :::
2822"""
2923
3024from typing import Dict , List , Optional
You can’t perform that action at this time.
0 commit comments