You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [Programmatic API User Guide](docs/PROGRAMMATIC_API_USER_GUIDE.md) for complete documentation.
35
+
See [Programmatic API User Guide](https://github.com/llm-d-incubation/llm-d-planner/blob/main/docs/PROGRAMMATIC_API_USER_GUIDE.md) for complete documentation.
36
36
37
37
### As a Standalone Application
38
38
39
39
```bash
40
40
make setup && make start
41
41
```
42
42
43
-
See [Developer Guide](docs/DEVELOPER_GUIDE.md) for setup instructions.
43
+
See [Developer Guide](https://github.com/llm-d-incubation/llm-d-planner/blob/main/docs/DEVELOPER_GUIDE.md) for setup instructions.
44
44
45
45
---
46
46
@@ -214,7 +214,7 @@ types, ranked by cost.
214
214
215
215
## Architecture
216
216
217
-
See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for detailed system design.
217
+
See [docs/ARCHITECTURE.md](https://github.com/llm-d-incubation/llm-d-planner/blob/main/docs/ARCHITECTURE.md) for detailed system design.
218
218
219
219
## Implemented Features
220
220
@@ -342,19 +342,19 @@ tab in the UI, or via the REST API:
342
342
-`PUT /api/v1/deployment-mode` - Set mode (`{"mode": "simulator"}` or `{"mode":
343
343
"production"}`)
344
344
345
-
See [docs/DEVELOPER_GUIDE.md](docs/DEVELOPER_GUIDE.md#vllm-simulator-details)
345
+
See [docs/DEVELOPER_GUIDE.md](https://github.com/llm-d-incubation/llm-d-planner/blob/main/docs/DEVELOPER_GUIDE.md#vllm-simulator-details)
346
346
for details.
347
347
348
348
## Documentation
349
349
350
-
-**[Developer Guide](docs/DEVELOPER_GUIDE.md)** - Development workflows,
350
+
-**[Developer Guide](https://github.com/llm-d-incubation/llm-d-planner/blob/main/docs/DEVELOPER_GUIDE.md)** - Development workflows,
351
351
testing, debugging
352
-
-**[Architecture](docs/ARCHITECTURE.md)** - Detailed system design and
352
+
-**[Architecture](https://github.com/llm-d-incubation/llm-d-planner/blob/main/docs/ARCHITECTURE.md)** - Detailed system design and
353
353
component specifications
354
-
-**[Traffic and SLOs](docs/traffic_and_slos.md)** - Traffic profile framework
354
+
-**[Traffic and SLOs](https://github.com/llm-d-incubation/llm-d-planner/blob/main/docs/traffic_and_slos.md)** - Traffic profile framework
355
355
and experience-driven SLOs (Phase 2)
356
-
-**[Logging Guide](docs/LOGGING.md)** - Logging system and debugging
357
-
-**[Claude Code Guidance](CLAUDE.md)** - AI assistant instructions for
356
+
-**[Logging Guide](https://github.com/llm-d-incubation/llm-d-planner/blob/main/docs/LOGGING.md)** - Logging system and debugging
357
+
-**[Claude Code Guidance](https://github.com/llm-d-incubation/llm-d-planner/blob/main/CLAUDE.md)** - AI assistant instructions for
358
358
contributors
359
359
360
360
## Future Enhancements
@@ -371,12 +371,12 @@ Some of these enhancements may involve collaboration with other llm-d SIGs.
371
371
372
372
## Contributing
373
373
374
-
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for
374
+
Contributions are welcome! See [CONTRIBUTING.md](https://github.com/llm-d-incubation/llm-d-planner/blob/main/CONTRIBUTING.md) for
375
375
guidelines.
376
376
377
-
See [CLAUDE.md](CLAUDE.md) for AI assistant guidance when making changes.
377
+
See [CLAUDE.md](https://github.com/llm-d-incubation/llm-d-planner/blob/main/CLAUDE.md) for AI assistant guidance when making changes.
378
378
379
379
## License
380
380
381
381
This project is licensed under Apache License 2.0. See the [LICENSE
382
-
file](LICENSE) for details.
382
+
file](https://github.com/llm-d-incubation/llm-d-planner/blob/main/LICENSE) for details.
0 commit comments