Skip to content

Commit

Permalink
add new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Sep 6, 2024
1 parent b6b947f commit 7a891c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_perf/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from enum import Enum, auto
from typing import Any, Dict, List

import pandas as pd
Expand Down Expand Up @@ -140,6 +139,7 @@ def is_benchmark_conducted(push_repo_id, subfolder):
except Exception:
return False


class HardwareConfig:
def __init__(self, data: Dict[str, Any]):
self.machine = data["machine"]
Expand Down

0 comments on commit 7a891c1

Please sign in to comment.