Dragunflie-420 commited on
Commit
8619b16
1 Parent(s): ddc68fa

Delete vllm serve

Browse files
Files changed (1) hide show
  1. vllm serve +0 -12
vllm serve DELETED
@@ -1,12 +0,0 @@
1
- # Load and run the model:
2
- vllm serve "facebook/musicgen-small"
3
-
4
- # Call the server using curl:
5
- curl -X POST "http://localhost:8000/v1/chat/completions" \
6
- -H "Content-Type: application/json" \
7
- --data '{
8
- "model": "facebook/musicgen-small"
9
- "messages": [
10
- {"role": "user", "content": "Hello!"}
11
- ]
12
- }'