OpenGVLab / LLaMA-Adapter

[ICLR 2024] Fine-tuning LLaMA to follow Instructions within 1 Hour and 1.2M Parameters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL error

hq0709 opened this issue · comments

Traceback (most recent call last):
File "/data/jianghanqi/LLaMA-Adapter/imagebind_LLM/gradio_app.py", line 30, in
model = llama.load(args.model, args.llama_dir, knn=True, llama_type=args.llama_type)
File "/data/jianghanqi/LLaMA-Adapter/imagebind_LLM/llama/llama_adapter.py", line 300, in load
model_path = download(_MODELS[name], download_root)
File "/data/jianghanqi/LLaMA-Adapter/imagebind_LLM/util/misc.py", line 403, in download
with urllib.request.urlopen(url) as source, open(download_target, "wb") as output:
File "/data/jianghanqi/miniconda3/envs/imagebind_LLM/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/data/jianghanqi/miniconda3/envs/imagebind_LLM/lib/python3.9/urllib/request.py", line 517, in open
response = self._open(req, data)
File "/data/jianghanqi/miniconda3/envs/imagebind_LLM/lib/python3.9/urllib/request.py", line 534, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/data/jianghanqi/miniconda3/envs/imagebind_LLM/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/data/jianghanqi/miniconda3/envs/imagebind_LLM/lib/python3.9/urllib/request.py", line 1389, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/data/jianghanqi/miniconda3/envs/imagebind_LLM/lib/python3.9/urllib/request.py", line 1349, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>

Hi @hq0709 , I think there is something wrong with your network.