mhenrichsen commited on
Commit
7f198e8
1 Parent(s): e113c0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -15,7 +15,9 @@ Denne model er en såkaldt "foundation/completion" model, og er derfor ikke bere
15
  ## Inferens
16
  Ved brug af vLLM.
17
 
18
- `pip install vllm`
 
 
19
 
20
  ```python
21
  from vllm import LLM, SamplingParams
 
15
  ## Inferens
16
  Ved brug af vLLM.
17
 
18
+ ```
19
+ pip install vllm
20
+ ```
21
 
22
  ```python
23
  from vllm import LLM, SamplingParams