guidellm 0.3.0a12__tar.gz → 0.3.0a13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of guidellm might be problematic. Click here for more details.
- {guidellm-0.3.0a12/src/guidellm.egg-info → guidellm-0.3.0a13}/PKG-INFO +1 -1
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/benchmark/aggregator.py +1 -1
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/benchmark/benchmark.py +1 -1
- guidellm-0.3.0a13/src/guidellm/version.py +6 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13/src/guidellm.egg-info}/PKG-INFO +1 -1
- guidellm-0.3.0a12/src/guidellm/version.py +0 -6
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/LICENSE +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/MANIFEST.in +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/README.md +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/pyproject.toml +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/setup.cfg +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/setup.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/__init__.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/__main__.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/backend/__init__.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/backend/backend.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/backend/openai.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/backend/response.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/benchmark/__init__.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/benchmark/benchmarker.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/benchmark/entrypoints.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/benchmark/output.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/benchmark/profile.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/benchmark/progress.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/config.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/data/__init__.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/data/prideandprejudice.txt.gz +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/dataset/__init__.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/dataset/creator.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/dataset/entrypoints.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/dataset/file.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/dataset/hf_datasets.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/dataset/in_memory.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/dataset/synthetic.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/logger.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/objects/__init__.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/objects/pydantic.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/objects/statistics.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/request/__init__.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/request/loader.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/request/request.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/scheduler/__init__.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/scheduler/result.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/scheduler/scheduler.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/scheduler/strategy.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/scheduler/types.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/scheduler/worker.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/utils/__init__.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/utils/colors.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/utils/hf_transformers.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/utils/random.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm/utils/text.py +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm.egg-info/SOURCES.txt +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm.egg-info/dependency_links.txt +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm.egg-info/entry_points.txt +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm.egg-info/requires.txt +0 -0
- {guidellm-0.3.0a12 → guidellm-0.3.0a13}/src/guidellm.egg-info/top_level.txt +0 -0
|
@@ -403,7 +403,7 @@ class BenchmarkAggregator(
|
|
|
403
403
|
in_warmup_duration = (
|
|
404
404
|
self.args.warmup_duration
|
|
405
405
|
and result.request_info.worker_start
|
|
406
|
-
<= (global_start_time
|
|
406
|
+
<= (global_start_time + self.args.warmup_duration)
|
|
407
407
|
)
|
|
408
408
|
|
|
409
409
|
if in_warmup_number or in_warmup_duration:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|