Trying to upload missing files

#4
by AIencoder - opened

So you were missing a lot of files

“model-00013-of-00014.safetensors” is missing. Why is that? Also, I tried merging it myself, but it didn't work. Why am I getting a Runtime error?

If you can show me the error that would be great just paste it here.

runtime error
Exit code: 1. Reason: 372, in from_pretrained
return model_class.from_pretrained(
~~~~~~~~~~~~~~~~~~~~~~~~~~~^
pretrained_model_name_or_path, *model_args, config=config, **hub_kwargs, **kwargs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/site-packages/transformers/modeling_utils.py", line 4038, in from_pretrained
checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
pretrained_model_name_or_path=pretrained_model_name_or_path,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<6 lines>...
transformers_explicit_filename=getattr(config, "transformers_weights", None),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/site-packages/transformers/modeling_utils.py", line 760, in _get_resolved_checkpoint_files
checkpoint_files, sharded_metadata = get_checkpoint_shard_files(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
pretrained_model_name_or_path,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<9 lines>...
_commit_hash=commit_hash,
^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/site-packages/transformers/utils/hub.py", line 869, in get_checkpoint_shard_files
cached_filenames = cached_files(
pretrained_model_name_or_path,
...<9 lines>...
_commit_hash=_commit_hash,
)
File "/usr/local/lib/python3.13/site-packages/transformers/utils/hub.py", line 523, in cached_files
raise OSError(
...<2 lines>...
)
OSError: rikunarita/deepseek-math-coder-merge does not appear to have a file named model-00013-of-00014.safetensors. Checkout 'https://huggingface.co/rikunarita/deepseek-math-coder-merge/tree/main' for available files.

Download complete: 100%|██████████| 11.7G/11.7G [00:32<00:00, 358MB/s]

That is because I forgot to upload the 13th safetensor so my bad. But after I do it will work fine

Sign up or log in to comment