Skip to content

Commit

Permalink
nit: to trigger llama rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Nov 7, 2023
1 parent 27fa335 commit 7c47e25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion presets/llama-2-chat/inference-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion presets/llama-2/inference-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7c47e25

Please sign in to comment.