Commit 82ab6bf
authored
Add documentation how to use with llama.cpp (#318)
## Summary
Add documentation on how to run guidellm with llama.cpp server
## Details
guidellm can run against a llama.cpp server when the model metadata is
prefetched and the server is started with the right arguments.
## Test Plan
Verified that guidellm runs successfully when following the documented
steps
## Related Issues
n/a
---
- [x] "I certify that all code in this PR is my own, except as noted
below."
## Use of AI
- [ ] Includes AI-assisted code completion
- [ ] Includes code generated by an AI application
- [ ] Includes AI-generated tests (NOTE: AI written tests should have a
docstring that includes `## WRITTEN BY AI ##`)
Signed-off-by: Radoslav Gerganov <[email protected]>1 parent 9573703 commit 82ab6bf
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
43 | 61 | | |
44 | 62 | | |
45 | 63 | | |
0 commit comments