diff --git a/presets/llama-2-chat/inference-api.py b/presets/llama-2-chat/inference-api.py index 3f2313bd3..5bf3e6c82 100644 --- a/presets/llama-2-chat/inference-api.py +++ b/presets/llama-2-chat/inference-api.py @@ -234,7 +234,6 @@ def worker_listen_tasks(): # Uncomment to enable worker logs # sys.stdout = sys.__stdout__ - os.setpgrp() try: # If the current process is the locally ranked 0 (i.e., the primary process) diff --git a/presets/llama-2/inference-api.py b/presets/llama-2/inference-api.py index 0d7b61ec6..18cd75b83 100644 --- a/presets/llama-2/inference-api.py +++ b/presets/llama-2/inference-api.py @@ -223,7 +223,6 @@ def worker_listen_tasks(): # Uncomment to enable worker logs # sys.stdout = sys.__stdout__ - os.setpgrp() try: # If the current process is the locally ranked 0 (i.e., the primary process)