Skip to content

Commit

Permalink
python
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh committed Dec 2, 2024
1 parent 473b9ca commit 1e60fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lorax_server/utils/dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# CUDA memory fraction
MEMORY_FRACTION = float(os.getenv("CUDA_MEMORY_FRACTION", "1.0"))

MEMORY_WIGGLE_ROOM = float(os.getenv("MEMORY_WIGGLE_ROOM", "0.95"))
MEMORY_WIGGLE_ROOM = float(os.getenv("MEMORY_WIGGLE_ROOM", "0.8"))


class FakeBarrier:
Expand Down

0 comments on commit 1e60fe3

Please sign in to comment.