yuhaofeng-shiba commited on
Commit
1561d65
·
1 Parent(s): 402c662

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def init_args():
22
  args.batch_size = 1
23
  args.seq_length = 1024
24
  args.world_size = 1
25
- args.use_int8 = False
26
  args.top_p = 0
27
  args.repetition_penalty_range = 1024
28
  args.repetition_penalty_slope = 0
 
22
  args.batch_size = 1
23
  args.seq_length = 1024
24
  args.world_size = 1
25
+ args.use_int8 = True
26
  args.top_p = 0
27
  args.repetition_penalty_range = 1024
28
  args.repetition_penalty_slope = 0