guidellm 0.4.0a8__tar.gz → 0.4.0rc17__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.

Files changed (70) hide show
  1. {guidellm-0.4.0a8/src/guidellm.egg-info → guidellm-0.4.0rc17}/PKG-INFO +1 -1
  2. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/benchmark/output.py +2 -3
  3. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/config.py +2 -2
  4. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/presentation/data_models.py +2 -2
  5. guidellm-0.4.0rc17/src/guidellm/version.py +6 -0
  6. {guidellm-0.4.0a8 → guidellm-0.4.0rc17/src/guidellm.egg-info}/PKG-INFO +1 -1
  7. guidellm-0.4.0a8/src/guidellm/version.py +0 -6
  8. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/LICENSE +0 -0
  9. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/MANIFEST.in +0 -0
  10. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/README.md +0 -0
  11. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/pyproject.toml +0 -0
  12. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/setup.cfg +0 -0
  13. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/setup.py +0 -0
  14. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/__init__.py +0 -0
  15. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/__main__.py +0 -0
  16. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/backend/__init__.py +0 -0
  17. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/backend/backend.py +0 -0
  18. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/backend/openai.py +0 -0
  19. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/backend/response.py +0 -0
  20. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/benchmark/__init__.py +0 -0
  21. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/benchmark/aggregator.py +0 -0
  22. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/benchmark/benchmark.py +0 -0
  23. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/benchmark/benchmarker.py +0 -0
  24. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/benchmark/entrypoints.py +0 -0
  25. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/benchmark/profile.py +0 -0
  26. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/benchmark/progress.py +0 -0
  27. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/benchmark/scenario.py +0 -0
  28. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/benchmark/scenarios/__init__.py +0 -0
  29. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/data/__init__.py +0 -0
  30. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/data/prideandprejudice.txt.gz +0 -0
  31. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/dataset/__init__.py +0 -0
  32. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/dataset/creator.py +0 -0
  33. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/dataset/entrypoints.py +0 -0
  34. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/dataset/file.py +0 -0
  35. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/dataset/hf_datasets.py +0 -0
  36. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/dataset/in_memory.py +0 -0
  37. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/dataset/synthetic.py +0 -0
  38. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/logger.py +0 -0
  39. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/objects/__init__.py +0 -0
  40. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/objects/pydantic.py +0 -0
  41. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/objects/statistics.py +0 -0
  42. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/preprocess/__init__.py +0 -0
  43. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/preprocess/dataset.py +0 -0
  44. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/presentation/__init__.py +0 -0
  45. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/presentation/builder.py +0 -0
  46. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/presentation/injector.py +0 -0
  47. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/request/__init__.py +0 -0
  48. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/request/loader.py +0 -0
  49. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/request/request.py +0 -0
  50. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/request/types.py +0 -0
  51. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/scheduler/__init__.py +0 -0
  52. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/scheduler/queues.py +0 -0
  53. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/scheduler/result.py +0 -0
  54. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/scheduler/scheduler.py +0 -0
  55. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/scheduler/strategy.py +0 -0
  56. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/scheduler/worker.py +0 -0
  57. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/utils/__init__.py +0 -0
  58. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/utils/cli.py +0 -0
  59. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/utils/colors.py +0 -0
  60. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/utils/default_group.py +0 -0
  61. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/utils/dict.py +0 -0
  62. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/utils/hf_datasets.py +0 -0
  63. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/utils/hf_transformers.py +0 -0
  64. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/utils/random.py +0 -0
  65. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm/utils/text.py +0 -0
  66. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm.egg-info/SOURCES.txt +0 -0
  67. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm.egg-info/dependency_links.txt +0 -0
  68. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm.egg-info/entry_points.txt +0 -0
  69. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm.egg-info/requires.txt +0 -0
  70. {guidellm-0.4.0a8 → guidellm-0.4.0rc17}/src/guidellm.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: guidellm
3
- Version: 0.4.0a8
3
+ Version: 0.4.0rc17
4
4
  Summary: Guidance platform for deploying and managing large language models.
5
5
  Author: Red Hat
6
6
  License-Expression: Apache-2.0
@@ -144,10 +144,9 @@ class GenerativeBenchmarksReport(StandardBaseModel):
144
144
  )
145
145
 
146
146
  model_dict = self.model_dump()
147
- model_json = json.dumps(model_dict)
148
147
 
149
- with path.open("w") as file:
150
- file.write(model_json)
148
+ with path.open("w", encoding="utf-8") as file:
149
+ json.dump(model_dict, file, ensure_ascii=False, indent=4)
151
150
 
152
151
  return path
153
152
 
@@ -31,8 +31,8 @@ class Environment(str, Enum):
31
31
 
32
32
 
33
33
  ENV_REPORT_MAPPING = {
34
- Environment.PROD: "https://blog.vllm.ai/guidellm/ui/latest/index.html",
35
- Environment.STAGING: "https://blog.vllm.ai/guidellm/ui/release/latest/index.html",
34
+ Environment.PROD: "https://blog.vllm.ai/guidellm/ui/v0.3.0/index.html",
35
+ Environment.STAGING: "https://blog.vllm.ai/guidellm/ui/release/v0.3.0/index.html",
36
36
  Environment.DEV: "https://blog.vllm.ai/guidellm/ui/dev/index.html",
37
37
  Environment.LOCAL: "http://localhost:3000/index.html",
38
38
  }
@@ -208,7 +208,7 @@ class TabularDistributionSummary(DistributionSummary):
208
208
 
209
209
  class BenchmarkDatum(BaseModel):
210
210
  requests_per_second: float
211
- tpot: TabularDistributionSummary
211
+ itl: TabularDistributionSummary
212
212
  ttft: TabularDistributionSummary
213
213
  throughput: TabularDistributionSummary
214
214
  time_per_request: TabularDistributionSummary
@@ -217,7 +217,7 @@ class BenchmarkDatum(BaseModel):
217
217
  def from_benchmark(cls, bm: "GenerativeBenchmark"):
218
218
  return cls(
219
219
  requests_per_second=bm.metrics.requests_per_second.successful.mean,
220
- tpot=TabularDistributionSummary.from_distribution_summary(
220
+ itl=TabularDistributionSummary.from_distribution_summary(
221
221
  bm.metrics.inter_token_latency_ms.successful
222
222
  ),
223
223
  ttft=TabularDistributionSummary.from_distribution_summary(
@@ -0,0 +1,6 @@
1
+ version = "0.4.0rc17"
2
+ build_type = "candidate"
3
+ build_iteration = "17"
4
+ git_commit = "108a657f4fff75c5117557957898281b92ed0cf4"
5
+ git_branch = "release/v0.3.1"
6
+ git_last_tag = "v0.3.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: guidellm
3
- Version: 0.4.0a8
3
+ Version: 0.4.0rc17
4
4
  Summary: Guidance platform for deploying and managing large language models.
5
5
  Author: Red Hat
6
6
  License-Expression: Apache-2.0
@@ -1,6 +0,0 @@
1
- version = "0.4.0a8"
2
- build_type = "nightly"
3
- build_iteration = "8"
4
- git_commit = "f8f6f9d26e3f2ff9615278265624cce9e1a4d2b6"
5
- git_branch = "main"
6
- git_last_tag = "v0.3.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes