cant find repository..

#8
by batmandelbrot - opened

in _inner_fn
return fn(*args, **kwargs)
File "/app/env/lib/python3.10/site-packages/huggingface_hub/repocard.py", line 767, in metadata_update
card = card_class.load(repo_id, token=token, repo_type=repo_type)
File "/app/env/lib/python3.10/site-packages/huggingface_hub/repocard.py", line 177, in load
hf_hub_download(
File "/app/env/lib/python3.10/site-packages/huggingface_hub/utils/_deprecation.py", line 101, in inner_f
return f(*args, **kwargs)
File "/app/env/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/app/env/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1232, in hf_hub_download
return _hf_hub_download_to_cache_dir(
File "/app/env/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1339, in _hf_hub_download_to_cache_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "/app/env/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1854, in _raise_on_head_call_error
raise head_call_error
File "/app/env/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1746, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(
File "/app/env/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/app/env/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1666, in get_hf_file_metadata
r = _request_wrapper(
File "/app/env/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 364, in _request_wrapper
response = _request_wrapper(
File "/app/env/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 388, in _request_wrapper
hf_raise_for_status(response)
File "/app/env/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 454, in hf_raise_for_status
raise _format(RepositoryNotFoundError, message, response) from e
huggingface_hub.errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6700a68a-45e0b41f53c2a8e47823b83a;78c4c8ae-140b-4620-8a95-cfd5ec7a0533)

Repository Not Found for url: https://huggingface.co/batmandelbrot/mollyr/resolve/main/README.md.
Please make sure you specified the correct repo_id and repo_type.
If you are trying to access a private or gated repo, make sure you are authenticated.
INFO | 2024-10-05 02:38:02 | autotrain.trainers.generic.utils:run_command:108 - Command finished.
INFO | 2024-10-05 02:38:02 | autotrain.trainers.common:pause_space:77 - Pausing space...

====

I passed the output to claude and it had this to say..

This log details an attempt to run a machine learning training job that encountered several errors:

The process began by setting up the environment, installing required packages, and cloning necessary repositories.
An error occurred while trying to build a CUDA extension called "quanto_cuda". The compilation failed due to missing CUDA headers, specifically "cuda_runtime.h".
This error prevented the loading and quantization of the model, causing the training process to fail.
After this failure, the script attempted to update metadata for a Hugging Face repository, but encountered a 404 error, indicating the repository "batmandelbrot/mollyr" was not found.
The log ends with a message about pausing the space, suggesting this was running in a Hugging Face Spaces environment.

In summary, the main issues were:

CUDA compilation errors, likely due to missing CUDA toolkit or incorrect environment setup.
Failure to load or quantize the model due to the CUDA errors.
Issues with accessing or creating a Hugging Face repository for saving results.

These problems prevented the training job from starting successfully.

same issue here

Same issue, do you find a solution?

if you make a repo with the url its looking for it finds it but theres another error after that

same issue :(

Sign up or log in to comment