MixtralOrochi8x7B downloads consistently undersize - files ending up smaller than repo shows
I've attempted to download the MixtralOrochi8x7B model using multiple methods (git-lfs, wget, and huggingface-cli), but all methods result in significantly smaller files than what's shown in the repository. For example:
-rw-rw-r-- 1 james james 2.2K Feb 14 12:25 README.md
-rw-rw-r-- 1 james james 715 Feb 14 12:25 config.json
-rw-rw-r-- 1 james james 9.4G Feb 14 18:58 model-00001-of-00010.safetensors
-rw-rw-r-- 1 james james 9.4G Feb 14 18:52 model-00002-of-00010.safetensors
-rw-rw-r-- 1 james james 9.3G Feb 14 19:06 model-00003-of-00010.safetensors
-rw-rw-r-- 1 james james 9.4G Feb 14 15:21 model-00004-of-00010.safetensors
-rw-rw-r-- 1 james james 9.4G Feb 14 15:26 model-00005-of-00010.safetensors
-rw-rw-r-- 1 james james 9.3G Feb 14 19:03 model-00006-of-00010.safetensors
-rw-rw-r-- 1 james james 9.4G Feb 14 19:03 model-00007-of-00010.safetensors
-rw-rw-r-- 1 james james 9.3G Feb 14 18:37 model-00008-of-00010.safetensors
-rw-rw-r-- 1 james james 9.3G Feb 14 18:40 model-00009-of-00010.safetensors
-rw-rw-r-- 1 james james 3.4G Feb 14 16:47 model-00010-of-00010.safetensors
-rw-rw-r-- 1 james james 87K Feb 14 16:47 model.safetensors.index.json
-rw-rw-r-- 1 james james 2.2M Feb 14 16:47 orochi.png
-rw-rw-r-- 1 james james 414 Feb 14 16:47 special_tokens_map.json
-rw-rw-r-- 1 james james 1.8M Feb 14 16:47 tokenizer.json
-rw-rw-r-- 1 james james 482K Feb 14 16:47 tokenizer.model
-rw-rw-r-- 1 james james 967 Feb 14 16:47 tokenizer_config.json
drwxrwxr-x 5 james james 4.0K Feb 14 12:25 venv
then comparing it to the actual file sizes it's much smaller for some reason!
complete successfully with no errors, but the resulting files are roughly half the expected size for the larger files.
Has anyone else encountered this issue or knows what might be causing it? This seems like it could be a serious problem if the model files are incomplete.