Skip to content

Commit

Permalink
Adding corresponding import for the realistic workload specification (#…
Browse files Browse the repository at this point in the history
…20)

bump: adding corresponding import for the realistic workload specification
  • Loading branch information
rohanarora authored Jun 18, 2024
1 parent 66c2c86 commit fbc493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmperf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from fmperf.ModelSpecs import TGISModelSpec, vLLMModelSpec
from fmperf.Cluster import Cluster, WorkloadSpec, DeployedModel
from fmperf.WorkloadSpecs import HeterogeneousWorkloadSpec, HomogeneousWorkloadSpec
from fmperf.WorkloadSpecs import HeterogeneousWorkloadSpec, HomogeneousWorkloadSpec, RealisticWorkloadSpec

0 comments on commit fbc493d

Please sign in to comment.