text icon indicating copy to clipboard operation
text copied to clipboard

Models, data loaders and abstractions for language processing, powered by PyTorch

Results 221 text issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug **Describe the bug** Bug that happens anywhere when using torchtext 0.18.0 **To Reproduce** Steps to reproduce the behavior: 1. import torchtext 2. ![image](https://github.com/user-attachments/assets/85d35503-7fb4-48ba-8597-a0d41fbae741) **Expected behavior** Being able...

## ❓ Questions and Help **Description** As the cuda version I'm using is 11.2, I've installed torch version "1.9.0.dev20210601+cu113" (nightly build) and when I'm installing torchtext, it's changing the version...

testing new runners

cla signed

testing new runners

cla signed

## 🐛 Bug **Describe the bug** A clear and concise description of what the bug is. Building on Darwin with python 3.12 and clang, the build will fail due to...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

cla signed
dependencies
github_actions

## 📚 Documentation **Description**

Recent version of xcode complaints with: ``` error: implicit instantiation of undefined template 'std::char_traits' ``` std::u32string is c++11 and should be equivalent.

cla signed

## 🐛 Bug This is my jupyter notebook https://gist.github.com/donhuvy/d79edc02725e724808fe98d006b67ee6 - PyTorch Version (e.g., 1.0): - OS (e.g., Linux): Windows 11 pro x64 - How you installed PyTorch (`conda`, `pip`, source):...