-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Getting 403 error when downloading eval_bundle.zip
Downloading https://karpathy-public.s3.us-west-2.amazonaws.com/eval_bundle.zip...
[rank7]: Traceback (most recent call last):
[rank7]: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
[rank7]: return _run_code(code, main_globals, None,
[rank7]: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
[rank7]: exec(code, run_globals)
[rank7]: File "/home/ubuntu/nanochat/scripts/base_train.py", line 243, in <module>
[rank7]: results = evaluate_model(orig_model, tokenizer, device, max_per_task=core_metric_max_per_task)
[rank7]: File "/home/ubuntu/nanochat/scripts/base_eval.py", line 58, in evaluate_model
[rank7]: download_file_with_lock(EVAL_BUNDLE_URL, "eval_bundle.zip", postprocess_fn=place_eval_bundle)
[rank7]: File "/home/ubuntu/nanochat/nanochat/common.py", line 83, in download_file_with_lock
[rank7]: with urllib.request.urlopen(url) as response:
[rank7]: File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
[rank7]: return opener.open(url, data, timeout)
[rank7]: File "/usr/lib/python3.10/urllib/request.py", line 525, in open
[rank7]: response = meth(req, response)
[rank7]: File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
[rank7]: response = self.parent.error(
[rank7]: File "/usr/lib/python3.10/urllib/request.py", line 563, in error
[rank7]: return self._call_chain(*args)
[rank7]: File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
[rank7]: result = func(*args)
[rank7]: File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
[rank7]: raise HTTPError(req.full_url, code, msg, hdrs, fp)
[rank7]: urllib.error.HTTPError: HTTP Error 403: Forbidden
ddudek
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working