You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Bug description
Line 3 of eli_download_docs.sh changes working directory to /checkpoint/yjernite/Code/ELI5/data_creation, which only works if that's where you cloned the repo.
Reproduction steps
Clone the repo, run ./eli_download_docs_launcher.sh
Expected behavior
The path should be relative so that it works on generic clusters/machines.
Logs
Output from slurm job:
./eli_download_docs.sh: line 3: cd: /checkpoint/yjernite/Code/ELI5/data_creation: No such file or directory
python: can't open file 'download_support_docs.py': [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug description
Line 3 of eli_download_docs.sh changes working directory to
/checkpoint/yjernite/Code/ELI5/data_creation
, which only works if that's where you cloned the repo.Reproduction steps
Clone the repo, run
./eli_download_docs_launcher.sh
Expected behavior
The path should be relative so that it works on generic clusters/machines.
Logs
Output from slurm job:
The text was updated successfully, but these errors were encountered: