Skip to content

Commit

Permalink
update run.py to work outside of nlp cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
KeAWang committed Mar 1, 2022
1 parent 725f523 commit aec78f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


def set_personal_dir_from_hostname():
# for nlp cluster
from pathlib import Path
import platform

Expand All @@ -22,7 +23,7 @@ def set_personal_dir_from_hostname():
return


set_personal_dir_from_hostname()
# set_personal_dir_from_hostname()
# load environment variables from `.env` file if it exists
dotenv.load_dotenv(override=True)

Expand Down

0 comments on commit aec78f8

Please sign in to comment.