-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pierre.delaunay
committed
Aug 27, 2024
1 parent
67df463
commit d60a9b4
Showing
7 changed files
with
340 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
"""This file is generated, do not modify""" | ||
|
||
__tag__ = "v0.1.0-42-gab24a2dc" | ||
__commit__ = "ab24a2dc21c2f22c40d85bfa935e0ab07ae30dd9" | ||
__date__ = "2024-08-20 10:02:58 -0400" | ||
__tag__ = "v0.1.0-42-g67df463d" | ||
__commit__ = "67df463d99bbee50087e84cbbdb547f55739f35e" | ||
__date__ = "2024-08-23 10:29:13 -0400" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
|
||
|
||
|
||
export MILABENCH_SIZER_AUTO=1 | ||
export MILABENCH_SIZER_BATCH_SIZE=1 | ||
FINAL_OUTPUT="$HOME/batch_x_worker" | ||
export MILABENCH_SIZER_SAVE="$FINAL_OUTPUT/scaling.yaml" | ||
milabench run --system $MILABENCH_WORDIR/system.yaml --exclude llama | ||
|
||
export MILABENCH_SIZER_AUTO=1 | ||
export MILABENCH_SIZER_BATCH_SIZE=2 | ||
FINAL_OUTPUT="$HOME/batch_x_worker" | ||
export MILABENCH_SIZER_SAVE="$FINAL_OUTPUT/scaling.yaml" | ||
milabench run --system $MILABENCH_WORDIR/system.yaml --exclude llama | ||
|
||
export MILABENCH_SIZER_AUTO=1 | ||
export MILABENCH_SIZER_BATCH_SIZE=4 | ||
FINAL_OUTPUT="$HOME/batch_x_worker" | ||
export MILABENCH_SIZER_SAVE="$FINAL_OUTPUT/scaling.yaml" | ||
milabench run --system $MILABENCH_WORDIR/system.yaml --exclude llama | ||
|
||
export MILABENCH_SIZER_AUTO=1 | ||
export MILABENCH_SIZER_BATCH_SIZE=8 | ||
FINAL_OUTPUT="$HOME/batch_x_worker" | ||
export MILABENCH_SIZER_SAVE="$FINAL_OUTPUT/scaling.yaml" | ||
milabench run --system $MILABENCH_WORDIR/system.yaml --exclude llama | ||
|
||
export MILABENCH_SIZER_AUTO=1 | ||
export MILABENCH_SIZER_BATCH_SIZE=16 | ||
FINAL_OUTPUT="$HOME/batch_x_worker" | ||
export MILABENCH_SIZER_SAVE="$FINAL_OUTPUT/scaling.yaml" | ||
milabench run --system $MILABENCH_WORDIR/system.yaml --exclude llama |
Oops, something went wrong.