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

Investigate test_download_charngram_vectors failures on Linux #2160

Open Nayef211 opened 1 year ago

Nayef211 commented 1 year ago

The test_download_charngram_vectors test is failing on CI for linux platforms due to the following error urllib.error.HTTPError: HTTP Error 404: Not Found (see sample CI job). We currently disable the test on Linux to unblock OSS development. We plan to investigate the failure offline before reenabling the test in the future.