BuildTools commited on
Commit
ab11f40
·
1 Parent(s): fe4d0c0
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import torch
7
  from accelerate import infer_auto_device_map, init_empty_weights, load_checkpoint_and_dispatch
8
  import gradio as gr
9
  import time
 
10
 
11
  model_path = "THUDM/chatglm-6b-int4"
12
  # 载入Tokenizer
 
7
  from accelerate import infer_auto_device_map, init_empty_weights, load_checkpoint_and_dispatch
8
  import gradio as gr
9
  import time
10
+ import mdtex2html
11
 
12
  model_path = "THUDM/chatglm-6b-int4"
13
  # 载入Tokenizer