Some questions about update
Is it updated last day?
I am using the pytorch_model.bin,but I can not download the newer one,the old is 318MB,but I need the new of 334MB. Or you mean the new file model.safetensors? But my git lfs is downloading the pytorch_model.bin 334MB automatically and very slow. If I want to try download it on this page,I will get a 318MB pytorch_model.bin, is anything wrong?
Hi! A bot created a pull request yesterday, and I'm not sure how to use the .safetensors
version of the model.
If you don't see any errors, nothing is wrong.
Hi! A bot created a pull request yesterday, and I'm not sure how to use the
.safetensors
version of the model.
If you don't see any errors, nothing is wrong.
I certainly think there is anything wrong, no matter how I download the file 'pytorch_model.bin' or '.safetensors', I always got a 318M size file,but they were updated right? It should be 334M just like the label.
And I use the file I got last day, I certainly know it is the old one.
Thanks for your reply in any case.
And I use the file I got last day, I certainly know it is the old one.
The model itself hasn't been updated. Only a new version of the model .safetensors
is added.
no matter how I download the file 'pytorch_model.bin' or '.safetensors', I always got a 318M size file,but they were updated right? It should be 334M just like the label.
If you download pytorch_model.bin
on Chrome, you may get a smaller 318 MB file size. But if you use/download it via transformers
, you should get a 316-318 MB file.