Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ guidellm run \

## Expanding Backend Support

GuideLLM is an open platform, and we encourage contributions to extend its backend support. Whether it's adding new server implementations, integrating with Python-based backends, or enhancing existing capabilities, your contributions are welcome. For more details on how to contribute, see the [CONTRIBUTING.md](../../CONTRIBUTING.md) file.
GuideLLM is an open platform, and we encourage contributions to extend its backend support. Whether it's adding new server implementations, integrating with Python-based backends, or enhancing existing capabilities, your contributions are welcome. For more details on how to contribute, see the [CONTRIBUTING.md](https://github.com/vllm-project/guidellm/blob/main/CONTRIBUTING.md) file.
2 changes: 1 addition & 1 deletion docs/guides/datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ guidellm preprocess dataset \

| Argument | Description |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| `DATA` | Identify the dataset to process. Supports all dataset formats documented in the [Dataset Configurations](../datasets.md). |
| `DATA` | Identify the dataset to process. Supports all dataset formats documented in the [Dataset Configurations](#datasets). |
| `OUTPUT_PATH` | Path to save the processed dataset, including file suffix (e.g., `processed_dataset.jsonl`, `output.csv`). |
| `--processor` | **Required.** Processor or tokenizer name/path for calculating token counts. Can be a Hugging Face model ID or local path. |
| `--config` | **Required.** Configuration specifying target token sizes. Can be a JSON string, key=value pairs, or file path (.json, .yaml, .yml, .config). |
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ guidellm run \

## See Also

- [Benchmark Profiles](benchmark-profiles.md) - Detailed explanation of all profile types
- [Benchmark Profiles](../getting-started/benchmark.md#benchmark-profiles---profile) - Detailed explanation of all profile types
- [Datasets Guide](datasets.md) - Creating and using custom datasets
- [Metrics Guide](metrics.md) - Understanding performance metrics
Loading