pytorch / text

Models, data loaders and abstractions for language processing, powered by PyTorch
https://pytorch.org/text
BSD 3-Clause "New" or "Revised" License
3.49k stars 815 forks source link

how to use Field ,RawField with torchtext 0.15.0 , don't need lower version #2159

Open cqray1990 opened 1 year ago

cqray1990 commented 1 year ago

🐛 Bug

Describe the bug A clear and concise description of what the bug is.

as enviroment is pytorch 1.12 + ,but i want to torchtext 0.12+ ,but torchtext 0.12+ have remove Filed, how to use torchtext 0.12+ Field, casue when pip isntall torchtext below o.12, it default install pytorch and override the version i install before, i want to use pytorch 0.12+ as well as torrchtext Field , RawField, together. how to achieve this?