{"id": "ccee00a6-1710-4ce1-99a5-71ef01360dfb", "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", "status": "error", "last_update": "2025-01-06 14:34:58.839597", "progress": ["Loading environment variables from: /Users/jimmyzhang/Development/latent-scope/.env", "RUNNING: cluster-002-labels-001", "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-677c3062-3735559045b17a2b09cfde68;7bb7366f-c204-43ed-a586-04c2c1e395fb)", "", "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 ", "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-677c3062-3735559045b17a2b09cfde68;7bb7366f-c204-43ed-a586-04c2c1e395fb)", "", "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:34:56.977668", "2025-01-06 14:34:57.009912", "2025-01-06 14:34:57.010127", "2025-01-06 14:34:58.823146", "2025-01-06 14:34:58.823480", "2025-01-06 14:34:58.823677", "2025-01-06 14:34:58.823846", "2025-01-06 14:34:58.824519", "2025-01-06 14:34:58.824705", "2025-01-06 14:34:58.824897", "2025-01-06 14:34:58.825074", "2025-01-06 14:34:58.825225", "2025-01-06 14:34:58.825415", "2025-01-06 14:34:58.825565", "2025-01-06 14:34:58.825743", "2025-01-06 14:34:58.825902", "2025-01-06 14:34:58.826057", "2025-01-06 14:34:58.826421", "2025-01-06 14:34:58.826567", "2025-01-06 14:34:58.826718", "2025-01-06 14:34:58.826873", "2025-01-06 14:34:58.827026", "2025-01-06 14:34:58.827173", "2025-01-06 14:34:58.827324", "2025-01-06 14:34:58.827488", "2025-01-06 14:34:58.827637", "2025-01-06 14:34:58.827795", "2025-01-06 14:34:58.827971", "2025-01-06 14:34:58.828134", "2025-01-06 14:34:58.828395", "2025-01-06 14:34:58.828575", "2025-01-06 14:34:58.828715", "2025-01-06 14:34:58.828884", "2025-01-06 14:34:58.829056", "2025-01-06 14:34:58.829233", "2025-01-06 14:34:58.829505", "2025-01-06 14:34:58.829704", "2025-01-06 14:34:58.829906", "2025-01-06 14:34:58.830110", "2025-01-06 14:34:58.830311", "2025-01-06 14:34:58.830505", "2025-01-06 14:34:58.830703", "2025-01-06 14:34:58.831139", "2025-01-06 14:34:58.831333", "2025-01-06 14:34:58.831543", "2025-01-06 14:34:58.831738", "2025-01-06 14:34:58.831941", "2025-01-06 14:34:58.832140", "2025-01-06 14:34:58.832338", "2025-01-06 14:34:58.832534", "2025-01-06 14:34:58.832734", "2025-01-06 14:34:58.832944", "2025-01-06 14:34:58.833141", "2025-01-06 14:34:58.833340", "2025-01-06 14:34:58.833552", "2025-01-06 14:34:58.833727", "2025-01-06 14:34:58.833896", "2025-01-06 14:34:58.834071", "2025-01-06 14:34:58.834272", "2025-01-06 14:34:58.834478", "2025-01-06 14:34:58.834699", "2025-01-06 14:34:58.834905", "2025-01-06 14:34:58.835105", "2025-01-06 14:34:58.835311", "2025-01-06 14:34:58.835528", "2025-01-06 14:34:58.835731", "2025-01-06 14:34:58.835944", "2025-01-06 14:34:58.836239", "2025-01-06 14:34:58.836460", "2025-01-06 14:34:58.836667", "2025-01-06 14:34:58.836884", "2025-01-06 14:34:58.837116", "2025-01-06 14:34:58.837354", "2025-01-06 14:34:58.837556", "2025-01-06 14:34:58.837736", "2025-01-06 14:34:58.837898", "2025-01-06 14:34:58.838066", "2025-01-06 14:34:58.838232", "2025-01-06 14:34:58.838400", "2025-01-06 14:34:58.838570", "2025-01-06 14:34:58.838738", "2025-01-06 14:34:58.838902", "2025-01-06 14:34:58.839077", "2025-01-06 14:34:58.839252", "2025-01-06 14:34:58.839425", "2025-01-06 14:34:58.839595"], "run_id": "cluster-002-labels-001"}