1
- # Azure Storage Connector for PyTorch (` azstoragetorch ` )
1
+ # Azure Storage Connector for PyTorch (` azstoragetorch ` ) (Preview)
2
2
3
3
The Azure Storage Connector for PyTorch (` azstoragetorch ` ) is a library that provides
4
4
seamless, performance-optimized integrations between [ Azure Storage] and [ PyTorch] .
@@ -15,6 +15,13 @@ For detailed documentation on `azstoragetorch`, we recommend visiting its
15
15
for the project. Content in this README is scoped to a high-level overview of the
16
16
project and its GitHub repository policies.
17
17
18
+ ## Backwards compatibility
19
+ While the project is major version ` 0 ` (i.e., version is ` 0.x.y ` ), public interfaces are not stable.
20
+
21
+ Backwards incompatible changes may be introduced between minor version bumps (e.g., upgrading from
22
+ ` 0.1.0 ` to ` 0.2.0 ` ). If backwards compatibility is needed while using the library,
23
+ we recommend pinning to a minor version of the library (e.g., ` azstoragetorch~=0.1.0 ` ).
24
+
18
25
## Getting started
19
26
20
27
### Prerequisites
@@ -131,13 +138,6 @@ for batch in dataloader:
131
138
print (batch[" url" ]) # Prints blob URLs for each 32 sample batch
132
139
```
133
140
134
- ## Backwards compatibility
135
-
136
- While the project is major version ` 0 ` (i.e., version is ` 0.x.y ` ), public interfaces are not stable.
137
- Backwards incompatible changes may be introduced between minor version bumps (e.g., upgrading from
138
- ` 0.1.0 ` to ` 0.2.0 ` ). If backwards compatibility is needed while using the library,
139
- we recommend pinning to a specific minor version of the library (e.g., ` azstoragetorch==0.1 ` ).
140
-
141
141
142
142
## Contributing
143
143
0 commit comments