jl3676 commited on
Commit
b229db8
1 Parent(s): e9cfdcc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, ***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
 
 
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