Update README.md
Browse files
README.md
CHANGED
|
@@ -35,12 +35,10 @@ Let us setup the imports, load the model and a utility function to parse the mod
|
|
| 35 |
```python
|
| 36 |
import os, re
|
| 37 |
|
| 38 |
-
from transformers import AutoTokenizer
|
| 39 |
import torch
|
| 40 |
-
|
| 41 |
-
import jinja2, json
|
| 42 |
from vllm import LLM, SamplingParams
|
| 43 |
-
import math
|
| 44 |
|
| 45 |
safe_token = "no"
|
| 46 |
risky_token = "yes"
|
|
|
|
| 35 |
```python
|
| 36 |
import os, re
|
| 37 |
|
| 38 |
+
from transformers import AutoTokenizer
|
| 39 |
import torch
|
| 40 |
+
import json
|
|
|
|
| 41 |
from vllm import LLM, SamplingParams
|
|
|
|
| 42 |
|
| 43 |
safe_token = "no"
|
| 44 |
risky_token = "yes"
|