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
{{ message }}
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
You can also use model_ids to serve directly through:
75
+
```bash
76
+
llm_on_ray-serve --models gpt2
77
+
```
78
+
List all support model_ids with config file path:
79
+
```bash
80
+
llm_on_ray-serve --list_model_ids
81
+
```
75
82
The default served method is to provide an OpenAI-compatible API server ([OpenAI API Reference](https://platform.openai.com/docs/api-reference/chat)), you can access and test it in many ways:
0 commit comments