Skip to content

Commit ad8bf83

Browse files
committed
hebb is offline
1 parent 8228482 commit ad8bf83

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ludwig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
__version__ = '4.0.2'
3+
__version__ = '4.0.3'
44

55

66
def print_ludwig(s):

ludwig/configs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ class WorkerDirs:
1212
class Remote:
1313
watched_pattern = 'run*.py' # this is required for watcher to know which file to run
1414
path_to_ssh_config = Path.home() / '.ssh' / 'ludwig_config'
15-
online_worker_names = ['norman', 'hebb', 'hinton', 'pitts', 'hawkins', 'lecun', 'hoff', 'bengio']
15+
online_worker_names = ['norman', 'hinton', 'pitts', 'hawkins', 'lecun', 'hoff', 'bengio']
16+
# TODO may 19: os error when connecting to hebb
1617
all_worker_names = ['hoff', 'norman', 'hebb', 'hinton', 'pitts', 'hawkins', 'bengio', 'lecun']
1718
group2workers = {'half1': ['hoff', 'norman', 'hebb', 'hinton'],
1819
'half2': ['pitts', 'hawkins', 'bengio', 'lecun']}

0 commit comments

Comments
 (0)