|
1 | 1 | # TorchArrow: a data processing library for PyTorch |
2 | 2 |
|
3 | | -**This library is currently in the Beta stage and does not have a stable release. The API and implementation may change based on |
4 | | -user feedback or performance. Future changes may not be backward compatible. |
5 | | -If you have suggestions on the API or use cases you'd like to be covered, please open a |
6 | | -GitHub issue. We'd love to hear thoughts and feedback.** |
| 3 | +**This library currently does not have a stable release. The API and implementation may change. |
| 4 | +Future changes may not be backward compatible.** |
7 | 5 |
|
8 | 6 | TorchArrow is a [torch](https://github.com/pytorch/pytorch).Tensor-like Python DataFrame library for data preprocessing in PyTorch models, with two high-level features: |
9 | 7 |
|
@@ -94,28 +92,6 @@ To build and install TorchArrow with release mode: |
94 | 92 | python setup.py install |
95 | 93 | ``` |
96 | 94 |
|
97 | | - |
98 | | -## Documentation |
99 | | -You can find the API documentation [here](https://pytorch.org/torcharrow/). |
100 | | - |
101 | | -This [10 minutes tutorial](https://github.com/pytorch/torcharrow/blob/main/tutorial/tutorial.ipynb) provides a short introduction to TorchArrow, and you can also try it in [this Colab](https://colab.research.google.com/drive/1mQ3S6dwmU-zhBe2Tdvq_VRAnjQ3paiay). |
102 | | - |
103 | | -## Examples |
104 | | -You can find the example about integrating a TorchRec based training loop utilizing TorchArrow's on-the-fly preprocessing |
105 | | -[here](https://github.com/pytorch/torchrec/tree/main/examples/torcharrow). More examples are coming soon! |
106 | | - |
107 | | -## Contributing |
108 | | - |
109 | | -We welcome PRs! See the [CONTRIBUTING](CONTRIBUTING.md) file. |
110 | | - |
111 | | -## Beta Usage and Feedback |
112 | | - |
113 | | -We'd love to hear from and work with early adopters to shape our design. Please reach out by raising an issue if you're |
114 | | -interested in using this library for your project. |
115 | | - |
116 | | -## Future Plans |
117 | | -We hope to continue to expand the library, harden API, and gather feedback to enable future releases. Stay tuned! |
118 | | - |
119 | 95 | ## License |
120 | 96 |
|
121 | 97 | TorchArrow is BSD licensed, as found in the [LICENSE](LICENSE) file. |
0 commit comments