vishesh-t27 commited on
Commit
1ae17a8
·
verified ·
1 Parent(s): a522301

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -183,11 +183,7 @@ model = AutoModelForCausalLM.from_pretrained(
183
  model.config.kv_cache_mode = "shared"
184
  # model.config.kv_cache_mode = "vanilla"
185
 
186
- prompt = """
187
- The night was quiet and the streets were empty.
188
- A single light flickered in the distance.
189
- Someone was walking slowly, carrying a small bag. Suddenly,
190
- """
191
 
192
  model_inputs = tokenizer(
193
  [prompt],
 
183
  model.config.kv_cache_mode = "shared"
184
  # model.config.kv_cache_mode = "vanilla"
185
 
186
+ prompt = """The night was quiet and the streets were empty"""
 
 
 
 
187
 
188
  model_inputs = tokenizer(
189
  [prompt],