|
{"id": "d228ceff-3ccb-48c0-8511-7e22c2f47b4c", "dataset": "founders-1", "job_name": "label", "command": "ls-label \"founders-1\" \"points\" \"cluster-002\" \"\ud83e\udd17-meta-llama___Llama-3.1-8B-Instruct\" 10 \"\" --max_tokens_per_sample=512 --max_tokens_total=8192 --rerun cluster-002-labels-002 --rerun cluster-002-labels-002 --rerun cluster-002-labels-002", "status": "error", "last_update": "2025-01-06 14:56:58.913686", "progress": ["Loading environment variables from: /Users/jimmyzhang/Development/latent-scope/.env", "First unlabeled row: 0", "RUNNING: cluster-002-labels-002", "Loading model \ud83e\udd17-meta-llama___Llama-3.1-8B-Instruct (may take a while if first time downloading from HF)", "Traceback (most recent call last):", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py\", line 304, in hf_raise_for_status", "response.raise_for_status()", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/requests/models.py\", line 1024, in raise_for_status", "raise HTTPError(http_error_msg, response=self)", "requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co./meta-llama/Llama-3.1-8B-Instruct/resolve/main/config.json", "", "The above exception was the direct cause of the following exception:", "", "Traceback (most recent call last):", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/utils/hub.py\", line 403, in cached_file", "resolved_file = hf_hub_download(", "^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_deprecation.py\", line 101, in inner_f", "return f(*args, **kwargs)", "^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py\", line 114, in _inner_fn", "return fn(*args, **kwargs)", "^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 1240, in hf_hub_download", "return _hf_hub_download_to_cache_dir(", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 1347, in _hf_hub_download_to_cache_dir", "_raise_on_head_call_error(head_call_error, force_download, local_files_only)", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 1855, in _raise_on_head_call_error", "raise head_call_error", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 1752, in _get_metadata_or_catch_error", "metadata = get_hf_file_metadata(", "^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py\", line 114, in _inner_fn", "return fn(*args, **kwargs)", "^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 1674, in get_hf_file_metadata", "r = _request_wrapper(", "^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 376, in _request_wrapper", "response = _request_wrapper(", "^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/file_download.py\", line 400, in _request_wrapper", "hf_raise_for_status(response)", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py\", line 321, in hf_raise_for_status", "raise GatedRepoError(message, response) from e", "huggingface_hub.utils._errors.GatedRepoError: 401 Client Error. (Request ID: Root=1-677c358a-39e93d394c0b1a930f89c58d;bb3f9c88-ea6b-456d-828c-20fa8e77f751)", "", "Cannot access gated repo for url https://huggingface.co./meta-llama/Llama-3.1-8B-Instruct/resolve/main/config.json.", "Access to model meta-llama/Llama-3.1-8B-Instruct is restricted. You must have access to it and be authenticated to access it. Please log in.", "", "The above exception was the direct cause of the following exception:", "", "Traceback (most recent call last):", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/bin/ls-label\", line 8, in <module>", "sys.exit(main())", "^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/latentscope/scripts/label_clusters.py\", line 52, in main", "labeler(args.dataset_id, args.text_column, args.cluster_id, args.model_id, args.samples, args.context, args.rerun, args.max_tokens_per_sample, args.max_tokens_total)", "File \"/Users/jimmyzhang/Development/latent-scope/latentscope/scripts/label_clusters.py\", line 112, in labeler", "model.load_model()", "File \"/Users/jimmyzhang/Development/latent-scope/latentscope/models/providers/transformers.py\", line 42, in load_model", "self.model = self.outlines.models.transformers(self.name)", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/outlines/models/transformers.py\", line 430, in transformers", "model = model_class.from_pretrained(model_name, **model_kwargs)", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/models/auto/auto_factory.py\", line 526, in from_pretrained", "config, kwargs = AutoConfig.from_pretrained(", "^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/models/auto/configuration_auto.py\", line 1017, in from_pretrained", "config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/configuration_utils.py\", line 574, in get_config_dict", "config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/configuration_utils.py\", line 633, in _get_config_dict", "resolved_config_file = cached_file(", "^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/transformers/utils/hub.py\", line 421, in cached_file", "raise EnvironmentError(", "OSError: You are trying to access a gated repo.", "Make sure to have access to it at https://huggingface.co./meta-llama/Llama-3.1-8B-Instruct.", "401 Client Error. (Request ID: Root=1-677c358a-39e93d394c0b1a930f89c58d;bb3f9c88-ea6b-456d-828c-20fa8e77f751)", "", "Cannot access gated repo for url https://huggingface.co./meta-llama/Llama-3.1-8B-Instruct/resolve/main/config.json.", "Access to model meta-llama/Llama-3.1-8B-Instruct is restricted. You must have access to it and be authenticated to access it. Please log in."], "times": ["2025-01-06 14:56:57.356185", "2025-01-06 14:56:57.389491", "2025-01-06 14:56:57.389680", "2025-01-06 14:56:57.389785", "2025-01-06 14:56:58.882754", "2025-01-06 14:56:58.883936", "2025-01-06 14:56:58.884396", "2025-01-06 14:56:58.884766", "2025-01-06 14:56:58.885123", "2025-01-06 14:56:58.885500", "2025-01-06 14:56:58.885900", "2025-01-06 14:56:58.886242", "2025-01-06 14:56:58.886556", "2025-01-06 14:56:58.887127", "2025-01-06 14:56:58.887492", "2025-01-06 14:56:58.887803", "2025-01-06 14:56:58.888108", "2025-01-06 14:56:58.888398", "2025-01-06 14:56:58.888666", "2025-01-06 14:56:58.889021", "2025-01-06 14:56:58.889857", "2025-01-06 14:56:58.890193", "2025-01-06 14:56:58.890677", "2025-01-06 14:56:58.890966", "2025-01-06 14:56:58.891203", "2025-01-06 14:56:58.891602", "2025-01-06 14:56:58.891840", "2025-01-06 14:56:58.892071", "2025-01-06 14:56:58.892310", "2025-01-06 14:56:58.892537", "2025-01-06 14:56:58.892896", "2025-01-06 14:56:58.893260", "2025-01-06 14:56:58.893635", "2025-01-06 14:56:58.893929", "2025-01-06 14:56:58.894377", "2025-01-06 14:56:58.894895", "2025-01-06 14:56:58.895301", "2025-01-06 14:56:58.895675", "2025-01-06 14:56:58.896016", "2025-01-06 14:56:58.896399", "2025-01-06 14:56:58.896837", "2025-01-06 14:56:58.897442", "2025-01-06 14:56:58.898189", "2025-01-06 14:56:58.898939", "2025-01-06 14:56:58.899472", "2025-01-06 14:56:58.900182", "2025-01-06 14:56:58.900807", "2025-01-06 14:56:58.901892", "2025-01-06 14:56:58.902986", "2025-01-06 14:56:58.903730", "2025-01-06 14:56:58.904487", "2025-01-06 14:56:58.905069", "2025-01-06 14:56:58.905557", "2025-01-06 14:56:58.905865", "2025-01-06 14:56:58.906144", "2025-01-06 14:56:58.906385", "2025-01-06 14:56:58.906617", "2025-01-06 14:56:58.906849", "2025-01-06 14:56:58.907067", "2025-01-06 14:56:58.907280", "2025-01-06 14:56:58.907494", "2025-01-06 14:56:58.907711", "2025-01-06 14:56:58.907925", "2025-01-06 14:56:58.908145", "2025-01-06 14:56:58.908360", "2025-01-06 14:56:58.908593", "2025-01-06 14:56:58.908814", "2025-01-06 14:56:58.909034", "2025-01-06 14:56:58.909254", "2025-01-06 14:56:58.909478", "2025-01-06 14:56:58.909795", "2025-01-06 14:56:58.910019", "2025-01-06 14:56:58.910283", "2025-01-06 14:56:58.910524", "2025-01-06 14:56:58.910757", "2025-01-06 14:56:58.911008", "2025-01-06 14:56:58.911251", "2025-01-06 14:56:58.911499", "2025-01-06 14:56:58.911735", "2025-01-06 14:56:58.911971", "2025-01-06 14:56:58.912205", "2025-01-06 14:56:58.912446", "2025-01-06 14:56:58.912690", "2025-01-06 14:56:58.912945", "2025-01-06 14:56:58.913190", "2025-01-06 14:56:58.913436", "2025-01-06 14:56:58.913684"], "run_id": "cluster-002-labels-002"} |