Skip to content

Commit

Permalink
make lecun offline
Browse files Browse the repository at this point in the history
  • Loading branch information
phueb committed Dec 1, 2022
1 parent 1c1f8cd commit f468183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Each worker has the following systems installed:
* Ubuntu 16.04.7 LTS
* python3.7.9
* nvidia-430
* pytorch==1.6.0+cu101
* torch==1.6.0+cu101
* transformers==4.12.5
* tokenizers==0.10.1
* datasets==1.16.1
Expand Down
2 changes: 1 addition & 1 deletion ludwig/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class WorkerDirs:
class Remote:
watched_pattern = 'run*.py' # this is required for watcher to know which file to run
path_to_ssh_config = Path.home() / '.ssh' / 'ludwig_config'
online_worker_names = ['norman', 'hinton', 'pitts', 'hawkins', 'hoff', 'bengio', 'hebb', 'lecun']
online_worker_names = ['norman', 'hinton', 'pitts', 'hawkins', 'hoff', 'bengio', 'hebb',] # TODO lecun does not have access to internet
all_worker_names = ['hoff', 'norman', 'hebb', 'hinton', 'pitts', 'hawkins', 'bengio', 'lecun']
group2workers = {'half1': ['hoff', 'norman', 'hebb', 'hinton'],
'half2': ['pitts', 'hawkins', 'bengio', 'lecun']}
Expand Down

0 comments on commit f468183

Please sign in to comment.