Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|