Skip to content

Commit

Permalink
udpate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre.delaunay committed Aug 1, 2024
1 parent 7bd5f0c commit dc915c7
Show file tree
Hide file tree
Showing 11 changed files with 549 additions and 385 deletions.
189 changes: 41 additions & 148 deletions .pin/constraints-cuda-torch.txt

Large diffs are not rendered by default.

361 changes: 361 additions & 0 deletions benchmarks/llm/requirements.cuda.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions benchmate/benchmate/benchrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ def run(args):


def main(args=None):
with forward_voir_file():
distrun.torchrun(args)

args = distrun.parse_args(args)
run(args)


if __name__ == "__main__":
Expand Down
4 changes: 0 additions & 4 deletions config/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ super-slomo:
enabled: true
weight: 1.0

dlrm:
enabled: true
weight: 1.0

fp16:
enabled: true
weight: 0.0
Expand Down
6 changes: 3 additions & 3 deletions milabench/_version.py
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-24-g2586e650"
__commit__ = "2586e65040275fc31aabd2f5de100154ea700e92"
__date__ = "2024-07-26 15:26:09 -0400"
__tag__ = "v0.1.0-34-g7bd5f0c7"
__commit__ = "7bd5f0c7e7ff78e6c44d54580ef376473f583396"
__date__ = "2024-08-01 13:13:19 -0400"
Loading

0 comments on commit dc915c7

Please sign in to comment.