Open complexfilter opened 1 day ago
"Can you send a list of the files in the T5 folder after you have extracted it?"
"Can you send a list of the files in the T5 folder after you have extracted it?"
total 9093057
-rw-r--r-- 1 colligo users 2593 Oct 31 07:19 added_tokens.json
-rw-r--r-- 1 colligo users 809 Oct 31 07:19 config.json
-rw-r--r-- 1 colligo users 4994582224 Oct 31 07:23 model-00001-of-00002.safetensors
-rw-r--r-- 1 colligo users 4530066360 Oct 31 07:22 model-00002-of-00002.safetensors
-rw-r--r-- 1 colligo users 19885 Oct 31 07:19 model.safetensors.index.json
-rw-r--r-- 1 colligo users 2543 Oct 31 07:19 special_tokens_map.json
-rw-r--r-- 1 colligo users 791656 Oct 31 07:19 spiece.model
-rw-r--r-- 1 colligo users 20617 Oct 31 07:19 tokenizer_config.json
├── added_tokens.json
├── config.json
├── model-00001-of-00002.safetensors
├── model-00002-of-00002.safetensors
├── model.safetensors.index.json
├── special_tokens_map.json
├── spiece.model
└── tokenizer_config.json
Indeed, it seems that no necessary files are missing. Can you verify using transformers==4.45
System Info / 系統信息
H100, CUDA 12.4
Information / 问题信息
Reproduction / 复现过程
reproduce step: exactly using SAT inference tutorial: https://zhipu-ai.feishu.cn/wiki/Bpc3wLhPRieJ53kdGiocDzAPnRf
Expected behavior / 期待表现
I expect the loading of
t5-v1_1-xxl
smoothly.