ldhldh commited on
Commit
66fd8e6
ยท
1 Parent(s): 51dc7e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -148,11 +148,6 @@ def check(model_name):
148
  return True
149
  return False
150
 
151
- def init():
152
- global model
153
- if check(model_name):
154
- model = AutoDistributedModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.float16, low_cpu_mem_usage=True, device_map="auto")
155
-
156
 
157
  def chat(id, npc, text):
158
  #if model == None:
 
148
  return True
149
  return False
150
 
 
 
 
 
 
151
 
152
  def chat(id, npc, text):
153
  #if model == None: