ldhldh commited on
Commit
68b221f
ยท
1 Parent(s): 5ec78b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -49,6 +49,7 @@ def check(model_name):
49
  return False
50
 
51
  def init():
 
52
  if check(model_name):
53
  model = AutoDistributedModelForCausalLM.from_pretrained(model_name)
54
 
 
49
  return False
50
 
51
  def init():
52
+ global model
53
  if check(model_name):
54
  model = AutoDistributedModelForCausalLM.from_pretrained(model_name)
55