mgoin commited on
Commit
3f04528
1 Parent(s): fd830f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -46,9 +46,9 @@ model.quantize(examples)
46
  model.save_quantized(quantized_model_dir)
47
  ```
48
 
49
- Evaluated through a modified version of vLLM with the following script:
50
 
51
- ```
52
  #!/bin/bash
53
 
54
  # Example usage:
 
46
  model.save_quantized(quantized_model_dir)
47
  ```
48
 
49
+ Evaluated through vLLM>=0.5.1 with the following script:
50
 
51
+ ```bash
52
  #!/bin/bash
53
 
54
  # Example usage: