-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run llama failed (Apple M2 Ultra) #618
Comments
python -m petals.cli.run_server tiiuae/falcon-180B-chat --new_swarm transformers version 4.43.1 Traceback (most recent call last): |
python3 -m petals.cli.run_server meta-llama/Meta-Llama-3.1-405B-Instruct
Traceback (most recent call last):
File "/opt/anaconda3/envs/py3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/anaconda3/envs/py3.10/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/opt/anaconda3/envs/py3.10/lib/python3.10/site-packages/petals/cli/run_server.py", line 235, in
main()
File "/opt/anaconda3/envs/py3.10/lib/python3.10/site-packages/petals/cli/run_server.py", line 219, in main
server = Server(
File "/opt/anaconda3/envs/py3.10/lib/python3.10/site-packages/petals/server/server.py", line 138, in init
is_reachable = check_direct_reachability(initial_peers=initial_peers, use_relay=False, **kwargs)
File "/opt/anaconda3/envs/py3.10/lib/python3.10/site-packages/petals/server/reachability.py", line 78, in check_direct_reachability
return RemoteExpertWorker.run_coroutine(_check_direct_reachability())
File "/opt/anaconda3/envs/py3.10/lib/python3.10/site-packages/hivemind/moe/client/remote_expert_worker.py", line 36, in run_coroutine
return future if return_future else future.result()
File "/opt/anaconda3/envs/py3.10/lib/python3.10/concurrent/futures/_base.py", line 458, in result
return self.__get_result()
File "/opt/anaconda3/envs/py3.10/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
File "/opt/anaconda3/envs/py3.10/lib/python3.10/site-packages/petals/server/reachability.py", line 59, in _check_direct_reachability
target_dht = await DHTNode.create(client_mode=True, **kwargs)
File "/opt/anaconda3/envs/py3.10/lib/python3.10/site-packages/hivemind/dht/node.py", line 192, in create
p2p = await P2P.create(**kwargs)
File "/opt/anaconda3/envs/py3.10/lib/python3.10/site-packages/hivemind/p2p/p2p_daemon.py", line 234, in create
await asyncio.wait_for(ready, startup_timeout)
File "/opt/anaconda3/envs/py3.10/lib/python3.10/asyncio/tasks.py", line 445, in wait_for
return fut.result()
hivemind.p2p.p2p_daemon_bindings.utils.P2PDaemonError: Daemon failed to start: 2024/12/30 11:43:56 failed to connect to bootstrap peers
The text was updated successfully, but these errors were encountered: