text
text copied to clipboard
FLAN_T5_XXL_GENERATION model is inaccessible
🐛 Bug
Describe the bug The FLAN T5 XXL model is not downloadable: it throws a 403 error. Likely either needs to be uploaded to the bucket, or just made publicly downloadable.
To Reproduce Steps to reproduce the behavior:
import torch, torchtext
torchtext.models.FLAN_T5_XXL_GENERATION.get_model()
Error:
Downloading: "https://download.pytorch.org/models/text/t5.flan.xxl.generation.pt" to /home/ubuntu/.cache/torch/hub/checkpoints/t5.flan.xxl.generation.pt
...
File "/home/ubuntu/.conda/envs/max_t5/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
Expected behavior Model should be downloaded and run.
Environment
- torchtext version is 0.15.2
- PyTorch Version (e.g., 1.0):2.0.1
- OS (e.g., Linux): Linux
- How you installed PyTorch (
conda
,pip
, source): conda - Build command you used (if compiling from source): NA
- Python version: 3.9.16
- CUDA/cuDNN version: 11.8.89
- GPU models and configuration: H100 PCIE