9 lines
245 B
Markdown
9 lines
245 B
Markdown
# Benchmarking vLLM
|
|
|
|
## Downloading the ShareGPT dataset
|
|
|
|
You can download the dataset by running:
|
|
```bash
|
|
wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
|
|
```
|