rwitz commited on
Commit
f0e6827
1 Parent(s): f533484

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +0 -1
handler.py CHANGED
@@ -26,7 +26,6 @@ config.prepare()
26
  model = ExLlamaV2(config)
27
  model.load([24])
28
 
29
- newline_token_id = tokenizer.encode('|im_end|')[0]
30
 
31
  cache = ExLlamaV2Cache(model)
32
 
 
26
  model = ExLlamaV2(config)
27
  model.load([24])
28
 
 
29
 
30
  cache = ExLlamaV2Cache(model)
31