Problems duplicating space

#5
by pccross38 - opened

Whenever I try to duplicate this space, I get the following error message:

ModuleNotFoundError: No module named 'flash_attn'
[2024-03-24 22:59:07,033] torch.distributed.elastic.multiprocessing.api: [ERROR] failed (exitcode: 1) local_rank: 0 (pid: 689) of binary: /home/user/.pyenv/versions/3.10.14/bin/python3.10
Traceback (most recent call last):
File "/home/user/.pyenv/versions/3.10.14/bin/torchrun", line 8, in
sys.exit(main())
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/distributed/elastic/multiprocessing/errors/init.py", line 347, in wrapper
return f(*args, **kwargs)
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/distributed/run.py", line 812, in main
run(args)
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/distributed/run.py", line 803, in run
elastic_launch(
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/distributed/launcher/api.py", line 135, in call
return launch_agent(self._config, self._entrypoint, list(args))
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/distributed/launcher/api.py", line 268, in launch_agent
raise ChildFailedError(
torch.distributed.elastic.multiprocessing.errors.ChildFailedError:

Sign up or log in to comment