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 19
19
in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
20
20
Please update the python file there instead of directly editing file inside envd-docs repo.
21
21
:::
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
+ :::
22
28
"""
23
29
24
30
from typing import List , Optional
Original file line number Diff line number Diff line change 19
19
in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
20
20
Please update the python file there instead of directly editing file inside envd-docs repo.
21
21
:::
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
+ :::
22
28
"""
23
29
24
30
from typing import List , Optional
Original file line number Diff line number Diff line change 19
19
in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
20
20
Please update the python file there instead of directly editing file inside envd-docs repo.
21
21
:::
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
+ :::
22
28
"""
23
29
24
30
from typing import List , Optional
Original file line number Diff line number Diff line change 19
19
in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
20
20
Please update the python file there instead of directly editing file inside envd-docs repo.
21
21
:::
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
+ :::
22
28
"""
23
29
24
30
from typing import Optional
Original file line number Diff line number Diff line change 19
19
in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
20
20
Please update the python file there instead of directly editing file inside envd-docs repo.
21
21
:::
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
+ :::
22
28
"""
23
29
24
30
from typing import Dict , List , Optional
Original file line number Diff line number Diff line change 19
19
in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
20
20
Please update the python file there instead of directly editing file inside envd-docs repo.
21
21
:::
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
- :::
28
22
"""
29
23
30
24
from typing import List , Optional
Original file line number Diff line number Diff line change 19
19
in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
20
20
Please update the python file there instead of directly editing file inside envd-docs repo.
21
21
:::
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
- :::
28
22
"""
29
23
30
24
from typing import List , Optional
Original file line number Diff line number Diff line change 19
19
in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
20
20
Please update the python file there instead of directly editing file inside envd-docs repo.
21
21
:::
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
- :::
28
22
"""
29
23
30
24
from typing import Optional , Sequence
Original file line number Diff line number Diff line change 19
19
in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
20
20
Please update the python file there instead of directly editing file inside envd-docs repo.
21
21
:::
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
- :::
28
22
"""
29
23
30
24
from typing import Optional
Original file line number Diff line number Diff line change 19
19
in [tensorchord/envd](https://github.com/tensorchord/envd/tree/main/envd/api) repo.
20
20
Please update the python file there instead of directly editing file inside envd-docs repo.
21
21
:::
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
- :::
28
22
"""
29
23
30
24
from typing import Dict , List , Optional
You can’t perform that action at this time.
0 commit comments