Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ input_tokenized = tokenizer.apply_chat_template(text_input, return_tensors="pt")
|
|
53 |
output = model.generate(input_tokenized, max_new_tokens=18000)
|
54 |
```
|
55 |
|
56 |
-
However, due to the extensive lengths of the harm trees generated by HarmReporter,
|
57 |
|
58 |
## Intended Uses of HarmReporter
|
59 |
|
|
|
53 |
output = model.generate(input_tokenized, max_new_tokens=18000)
|
54 |
```
|
55 |
|
56 |
+
However, due to the extensive lengths of the harm trees generated by HarmReporter, **we recommend using the [vllm](https://github.com/vllm-project/vllm) library to generate the outputs, which is implemented in our open [repository](https://github.com/jl3676/SafetyAnalyst)**.
|
57 |
|
58 |
## Intended Uses of HarmReporter
|
59 |
|