JustinLin610 commited on
Commit
a987369
1 Parent(s): 1df0c49
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -68,6 +68,7 @@ cd flash-attention && pip install .
68
 
69
  We show an example of multi-turn interaction with Qwen-7B-Chat in the following code:
70
 
 
71
  ```python
72
  from transformers import AutoModelForCausalLM, AutoTokenizer
73
  from transformers.generation import GenerationConfig
 
68
 
69
  We show an example of multi-turn interaction with Qwen-7B-Chat in the following code:
70
 
71
+
72
  ```python
73
  from transformers import AutoModelForCausalLM, AutoTokenizer
74
  from transformers.generation import GenerationConfig