Skip to content
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

Update requirements.txt #826

Merged
merged 1 commit into from
Mar 13, 2023
Merged

Update requirements.txt #826

merged 1 commit into from
Mar 13, 2023

Conversation

xu-song
Copy link
Contributor

@xu-song xu-song commented Mar 13, 2023

No module named 'best_download' while training

$  python ./deepy.py ./train.py ./configs/125M.yml ./configs/local_setup.yml
...
Traceback (most recent call last):
  File "./train.py", line 20, in <module>
    from eval_tasks import run_eval_harness
  File "/gpt-neox/eval_tasks/__init__.py", line 15, in <module>
    import best_download
ModuleNotFoundError: No module named 'best_download'
    from megatron.training import pretrain
  File "/gpt-neox/megatron/training.py", line 58, in <module>
    from .eval_adapter import EvalHarnessAdapter, run_eval_harness
  File "/gpt-neox/eval_tasks/eval_adapter.py", line 16, in <module>
    from eval_tasks import run_eval_harness
  File "/gpt-neox/eval_tasks/__init__.py", line 15, in <module>
    import best_download
ModuleNotFoundError: No module named 'best_download'
    from .eval_adapter import EvalHarnessAdapter, run_eval_harness
  File "/gpt-neox/eval_tasks/eval_adapter.py", line 16, in <module>
    import best_download
ModuleNotFoundError: No module named 'best_download'

@xu-song xu-song requested a review from a team as a code owner March 13, 2023 09:26
@StellaAthena StellaAthena merged commit 2da9a73 into EleutherAI:main Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants